#DFCFE5

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

Shades of Blue Chalk #DFCFE5

Tints of Blue Chalk #DFCFE5

Color information

#DFCFE5 (or 0xDFCFE5) is unknown color: approx Blue Chalk. HEX triplet: DF, CF and E5. RGB value is (223,207,229). Sum of RGB (Red+Green+Blue) = 223+207+229=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFE5 is #20301A. Grayscale: #D6D6D6. Windows color (decimal): -2109467 or 15060959. OLE color: 15060959.

HSL color Cylindrical-coordinate representation of color #DFCFE5: hue angle of 283.64º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFCFE5 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223207229-
CMYK0.030.1000.10
HSL283.64º29.73%85.49%-
HSV(B)283.64º9.61%89.8%-
XYZ66.8965.9783.34-
YUV214.29136.3134.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.84%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 229 (89.84% from 255) = 34.75%
R=33.84%
G=31.41%
B=34.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232072290.030.1000.10283.6429.7385.49
HexDFCFE53A0A11c1e55
Octal33731734531201243436125
Binary11011111110011111110010111101001010100011100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFE5; }

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

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

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

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

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

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

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

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