#DFCCEA

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

Shades of Blue Chalk #DFCCEA

Tints of Blue Chalk #DFCCEA

Color information

#DFCCEA (or 0xDFCCEA) is unknown color: approx Blue Chalk. HEX triplet: DF, CC and EA. RGB value is (223,204,234). Sum of RGB (Red+Green+Blue) = 223+204+234=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFCCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCEA is #203315. Grayscale: #D5D5D5. Windows color (decimal): -2110230 or 15387871. OLE color: 15387871.

HSL color Cylindrical-coordinate representation of color #DFCCEA: hue angle of 278º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFCCEA is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223204234-
CMYK0.050.1300.08
HSL278º41.67%85.88%-
HSV(B)278º12.82%91.76%-
XYZ66.8864.8186.83-
YUV213.1139.79135.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 234 (91.80% from 255) = 35.40%
R=33.74%
G=30.86%
B=35.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232042340.050.1300.0827841.6785.88
HexDFCCEA5D081162a56
Octal33731435251501042652126
Binary1101111111001100111010101011101010001000101101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCEA; }

 p { color: rgb(223,204,234); }

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

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

 a { background-color: rgb(223,204,234); }

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

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

 span { border-color: rgb(223,204,234); }

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