#DCC3E8

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

Shades of Blue Chalk #DCC3E8

Tints of Blue Chalk #DCC3E8

Color information

#DCC3E8 (or 0xDCC3E8) is unknown color: approx Blue Chalk. HEX triplet: DC, C3 and E8. RGB value is (220,195,232). Sum of RGB (Red+Green+Blue) = 220+195+232=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 195 (76.56% from 255 or 30.14% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCC3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC3E8 is #233C17. Grayscale: #CECECE. Windows color (decimal): -2309144 or 15254492. OLE color: 15254492.

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

Color convert

RGB220195232-
CMYK0.050.1600.09
HSL280.54º44.58%83.73%-
HSV(B)280.54º15.95%90.98%-
XYZ63.660.0784.59-
YUV206.69142.28137.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 195 (76.56% from 255) = 30.14%
BLUE value IS 232 (91.02% from 255) = 35.86%
R=34.00%
G=30.14%
B=35.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201952320.050.1600.09280.5444.5883.73
HexDCC3E8510091192d54
Octal33430335052001143155124
Binary11011100110000111110100010110000010011000110011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3E8; }

 p { color: rgb(220,195,232); }

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

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

 a { background-color: rgb(220,195,232); }

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

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

 span { border-color: rgb(220,195,232); }

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