#DFC5EA

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

Shades of Blue Chalk #DFC5EA

Tints of Blue Chalk #DFC5EA

Color information

#DFC5EA (or 0xDFC5EA) is unknown color: approx Blue Chalk. HEX triplet: DF, C5 and EA. RGB value is (223,197,234). Sum of RGB (Red+Green+Blue) = 223+197+234=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5EA is #203A15. Grayscale: #D0D0D0. Windows color (decimal): -2112022 or 15386079. OLE color: 15386079.

HSL color Cylindrical-coordinate representation of color #DFC5EA: hue angle of 282.16º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC5EA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223197234-
CMYK0.050.1600.08
HSL282.16º46.84%84.51%-
HSV(B)282.16º15.81%91.76%-
XYZ65.2561.5686.29-
YUV208.99142.11137.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 197 (77.34% from 255) = 30.12%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=34.10%
G=30.12%
B=35.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231972340.050.1600.08282.1646.8484.51
HexDFC5EA5100811a2f55
Octal33730535252001043257125
Binary11011111110001011110101010110000010001000110101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5EA; }

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

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

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

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

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

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

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

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