#DFCCEB

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

Shades of Blue Chalk #DFCCEB

Tints of Blue Chalk #DFCCEB

Color information

#DFCCEB (or 0xDFCCEB) is unknown color: approx Blue Chalk. HEX triplet: DF, CC and EB. RGB value is (223,204,235). Sum of RGB (Red+Green+Blue) = 223+204+235=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFCCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCEB is #203314. Grayscale: #D5D5D5. Windows color (decimal): -2110229 or 15453407. OLE color: 15453407.

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

Color convert

RGB223204235-
CMYK0.050.1300.08
HSL276.77º43.66%86.08%-
HSV(B)276.77º13.19%92.16%-
XYZ67.0264.8787.59-
YUV213.21140.29134.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=33.69%
G=30.82%
B=35.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232042350.050.1300.08276.7743.6686.08
HexDFCCEB5D081152c56
Octal33731435351501042554126
Binary1101111111001100111010111011101010001000101011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCEB; }

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

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

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

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

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

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

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

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