#DFCFE9

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

Shades of Blue Chalk #DFCFE9

Tints of Blue Chalk #DFCFE9

Color information

#DFCFE9 (or 0xDFCFE9) is unknown color: approx Blue Chalk. HEX triplet: DF, CF and E9. RGB value is (223,207,233). Sum of RGB (Red+Green+Blue) = 223+207+233=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFCFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFE9 is #203016. Grayscale: #D6D6D6. Windows color (decimal): -2109463 or 15323103. OLE color: 15323103.

HSL color Cylindrical-coordinate representation of color #DFCFE9: hue angle of 276.92º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCFE9 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223207233-
CMYK0.040.1100.09
HSL276.92º37.14%86.27%-
HSV(B)276.92º11.16%91.37%-
XYZ67.4566.286.31-
YUV214.75138.3133.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.63%
GREEN value IS 207 (81.25% from 255) = 31.22%
BLUE value IS 233 (91.41% from 255) = 35.14%
R=33.63%
G=31.22%
B=35.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232072330.040.1100.09276.9237.1486.27
HexDFCFE94B091152556
Octal33731735141301142545126
Binary1101111111001111111010011001011010011000101011001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFE9; }

 p { color: rgb(223,207,233); }

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

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

 a { background-color: rgb(223,207,233); }

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

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

 span { border-color: rgb(223,207,233); }

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