#DDC6EA

Color #DDC6EA Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #DDC6EA

Tints of Blue Chalk #DDC6EA

Color information

#DDC6EA (or 0xDDC6EA) is unknown color: approx Blue Chalk. HEX triplet: DD, C6 and EA. RGB value is (221,198,234). Sum of RGB (Red+Green+Blue) = 221+198+234=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6EA is #223915. Grayscale: #D0D0D0. Windows color (decimal): -2242838 or 15386333. OLE color: 15386333.

HSL color Cylindrical-coordinate representation of color #DDC6EA: hue angle of 278.33º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDC6EA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221198234-
CMYK0.060.1500.08
HSL278.33º46.15%84.71%-
HSV(B)278.33º15.38%91.76%-
XYZ64.8661.786.33-
YUV208.98142.12136.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 198 (77.73% from 255) = 30.32%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=33.84%
G=30.32%
B=35.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211982340.060.1500.08278.3346.1584.71
HexDDC6EA6F081162e55
Octal33530635261701042656125
Binary1101110111000110111010101101111010001000101101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6EA; }

 p { color: rgb(221,198,234); }

 H1.HeaderClassName
 {
   color: #DDC6EA;
 }
 .AnyTagClassName
 {
   color: #DDC6EA;
 }
</style>
background-color css

<style>
 a { background-color: #DDC6EA; }

 a { background-color: rgb(221,198,234); }

 div.DivClassName
 {
   background-color: #DDC6EA;
 }
 .BgClassName
 {
   background-color: #DDC6EA;
 }
</style>
border-color css

<style>
 span { border-color: #DDC6EA; }

 span { border-color: rgb(221,198,234); }

 td.TdClassName
 {
   border-color: #DDC6EA;
 }
 .TagClassName
 {
   border-color: #DDC6EA;
 }
</style>