#DFC5E8

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

Shades of Blue Chalk #DFC5E8

Tints of Blue Chalk #DFC5E8

Color information

#DFC5E8 (or 0xDFC5E8) is unknown color: approx Blue Chalk. HEX triplet: DF, C5 and E8. RGB value is (223,197,232). Sum of RGB (Red+Green+Blue) = 223+197+232=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFC5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5E8 is #203A17. Grayscale: #D0D0D0. Windows color (decimal): -2112024 or 15255007. OLE color: 15255007.

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

Color convert

RGB223197232-
CMYK0.040.1500.09
HSL284.57º43.21%84.12%-
HSV(B)284.57º15.09%90.98%-
XYZ64.9661.4584.78-
YUV208.76141.11138.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 197 (77.34% from 255) = 30.21%
BLUE value IS 232 (91.02% from 255) = 35.58%
R=34.20%
G=30.21%
B=35.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231972320.040.1500.09284.5743.2184.12
HexDFC5E84F0911d2b54
Octal33730535041701143553124
Binary1101111111000101111010001001111010011000111011010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5E8; }

 p { color: rgb(223,197,232); }

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

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

 a { background-color: rgb(223,197,232); }

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

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

 span { border-color: rgb(223,197,232); }

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