#DDC0EA

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

Shades of Blue Chalk #DDC0EA

Tints of Blue Chalk #DDC0EA

Color information

#DDC0EA (or 0xDDC0EA) is unknown color: approx Blue Chalk. HEX triplet: DD, C0 and EA. RGB value is (221,192,234). Sum of RGB (Red+Green+Blue) = 221+192+234=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDC0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0EA is #223F15. Grayscale: #CDCDCD. Windows color (decimal): -2244374 or 15384797. OLE color: 15384797.

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

Color convert

RGB221192234-
CMYK0.060.1800.08
HSL281.43º50%83.53%-
HSV(B)281.43º17.95%91.76%-
XYZ63.5259.0185.88-
YUV205.46144.11139.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 192 (75.39% from 255) = 29.68%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=34.16%
G=29.68%
B=36.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211922340.060.1800.08281.435083.53
HexDDC0EA612081193254
Octal33530035262201043162124
Binary11011101110000001110101011010010010001000110011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0EA; }

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

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

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

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

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

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

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

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