#DFC8E9

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

Shades of Blue Chalk #DFC8E9

Tints of Blue Chalk #DFC8E9

Color information

#DFC8E9 (or 0xDFC8E9) is unknown color: approx Blue Chalk. HEX triplet: DF, C8 and E9. RGB value is (223,200,233). Sum of RGB (Red+Green+Blue) = 223+200+233=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFC8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC8E9 is #203716. Grayscale: #D2D2D2. Windows color (decimal): -2111255 or 15321311. OLE color: 15321311.

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

Color convert

RGB223200233-
CMYK0.040.1400.09
HSL281.82º42.86%84.9%-
HSV(B)281.82º14.16%91.37%-
XYZ65.7962.8885.76-
YUV210.64140.62136.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 200 (78.52% from 255) = 30.49%
BLUE value IS 233 (91.41% from 255) = 35.52%
R=33.99%
G=30.49%
B=35.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232002330.040.1400.09281.8242.8684.9
HexDFC8E94E0911a2b55
Octal33731035141601143253125
Binary1101111111001000111010011001110010011000110101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC8E9; }

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

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

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

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

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

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

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

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