#DFC4EB

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

Shades of Blue Chalk #DFC4EB

Tints of Blue Chalk #DFC4EB

Color information

#DFC4EB (or 0xDFC4EB) is unknown color: approx Blue Chalk. HEX triplet: DF, C4 and EB. RGB value is (223,196,235). Sum of RGB (Red+Green+Blue) = 223+196+235=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFC4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC4EB is #203B14. Grayscale: #D0D0D0. Windows color (decimal): -2112277 or 15451359. OLE color: 15451359.

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

Color convert

RGB223196235-
CMYK0.050.1700.08
HSL281.54º49.37%84.51%-
HSV(B)281.54º16.6%92.16%-
XYZ65.1761.1786.97-
YUV208.52142.95138.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 196 (76.95% from 255) = 29.97%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=34.10%
G=29.97%
B=35.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231962350.050.1700.08281.5449.3784.51
HexDFC4EB5110811a3155
Octal33730435352101043261125
Binary11011111110001001110101110110001010001000110101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4EB; }

 p { color: rgb(223,196,235); }

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

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

 a { background-color: rgb(223,196,235); }

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

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

 span { border-color: rgb(223,196,235); }

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