#DFCCED

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

Shades of Blue Chalk #DFCCED

Tints of Blue Chalk #DFCCED

Color information

#DFCCED (or 0xDFCCED) is unknown color: approx Blue Chalk. HEX triplet: DF, CC and ED. RGB value is (223,204,237). Sum of RGB (Red+Green+Blue) = 223+204+237=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFCCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCED is #203312. Grayscale: #D5D5D5. Windows color (decimal): -2110227 or 15584479. OLE color: 15584479.

HSL color Cylindrical-coordinate representation of color #DFCCED: hue angle of 274.55º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFCCED is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223204237-
CMYK0.060.1400.07
HSL274.55º47.83%86.47%-
HSV(B)274.55º13.92%92.94%-
XYZ67.3164.9989.12-
YUV213.44141.29134.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.58%
GREEN value IS 204 (80.08% from 255) = 30.72%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=33.58%
G=30.72%
B=35.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232042370.060.1400.07274.5547.8386.47
HexDFCCED6E071133056
Octal3373143556160742360126
Binary110111111100110011101101110111001111000100111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCED; }

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

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

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

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

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

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

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

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