#DFCAEC

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

Shades of Blue Chalk #DFCAEC

Tints of Blue Chalk #DFCAEC

Color information

#DFCAEC (or 0xDFCAEC) is unknown color: approx Blue Chalk. HEX triplet: DF, CA and EC. RGB value is (223,202,236). Sum of RGB (Red+Green+Blue) = 223+202+236=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFCAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAEC is #203513. Grayscale: #D4D4D4. Windows color (decimal): -2110740 or 15518431. OLE color: 15518431.

HSL color Cylindrical-coordinate representation of color #DFCAEC: hue angle of 277.06º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFCAEC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223202236-
CMYK0.060.1400.07
HSL277.06º47.22%85.88%-
HSV(B)277.06º14.41%92.55%-
XYZ66.6963.9988.19-
YUV212.15141.46135.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=33.74%
G=30.56%
B=35.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232022360.060.1400.07277.0647.2285.88
HexDFCAEC6E071152f56
Octal3373123546160742557126
Binary110111111100101011101100110111001111000101011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAEC; }

 p { color: rgb(223,202,236); }

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

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

 a { background-color: rgb(223,202,236); }

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

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

 span { border-color: rgb(223,202,236); }

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