#DFCFED

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

Shades of Blue Chalk #DFCFED

Tints of Blue Chalk #DFCFED

Color information

#DFCFED (or 0xDFCFED) is unknown color: approx Blue Chalk. HEX triplet: DF, CF and ED. RGB value is (223,207,237). Sum of RGB (Red+Green+Blue) = 223+207+237=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFCFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFED is #203012. Grayscale: #D7D7D7. Windows color (decimal): -2109459 or 15585247. OLE color: 15585247.

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

Color convert

RGB223207237-
CMYK0.060.1300.07
HSL272º45.45%87.06%-
HSV(B)272º12.66%92.94%-
XYZ68.0366.4389.36-
YUV215.2140.3133.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.43%
GREEN value IS 207 (81.25% from 255) = 31.03%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=33.43%
G=31.03%
B=35.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232072370.060.1300.0727245.4587.06
HexDFCFED6D071102d57
Octal3373173556150742055127
Binary110111111100111111101101110110101111000100001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFED; }

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

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

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

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

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

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

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

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