#DFCFE4

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

Shades of Blue Chalk #DFCFE4

Tints of Blue Chalk #DFCFE4

Color information

#DFCFE4 (or 0xDFCFE4) is unknown color: approx Blue Chalk. HEX triplet: DF, CF and E4. RGB value is (223,207,228). Sum of RGB (Red+Green+Blue) = 223+207+228=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFCFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFE4 is #20301B. Grayscale: #D6D6D6. Windows color (decimal): -2109468 or 14995423. OLE color: 14995423.

HSL color Cylindrical-coordinate representation of color #DFCFE4: hue angle of 285.71º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCFE4 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223207228-
CMYK0.020.0900.11
HSL285.71º28%85.29%-
HSV(B)285.71º9.21%89.41%-
XYZ66.7565.9282.6-
YUV214.18135.8134.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.89%
GREEN value IS 207 (81.25% from 255) = 31.46%
BLUE value IS 228 (89.45% from 255) = 34.65%
R=33.89%
G=31.46%
B=34.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232072280.020.0900.11285.712885.29
HexDFCFE4290B11e1c55
Octal33731734421101343634125
Binary11011111110011111110010010100101011100011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFE4; }

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

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

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

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

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

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

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

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