#DDC5EA

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

Shades of Blue Chalk #DDC5EA

Tints of Blue Chalk #DDC5EA

Color information

#DDC5EA (or 0xDDC5EA) is unknown color: approx Blue Chalk. HEX triplet: DD, C5 and EA. RGB value is (221,197,234). Sum of RGB (Red+Green+Blue) = 221+197+234=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5EA is #223A15. Grayscale: #D0D0D0. Windows color (decimal): -2243094 or 15386077. OLE color: 15386077.

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

Color convert

RGB221197234-
CMYK0.060.1600.08
HSL278.92º46.84%84.51%-
HSV(B)278.92º15.81%91.76%-
XYZ64.6461.2586.26-
YUV208.39142.45136.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 197 (77.34% from 255) = 30.21%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=33.90%
G=30.21%
B=35.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211972340.060.1600.08278.9246.8484.51
HexDDC5EA610081172f55
Octal33530535262001042757125
Binary11011101110001011110101011010000010001000101111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5EA; }

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

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

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

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

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

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

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

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