#DCC4E8

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

Shades of Blue Chalk #DCC4E8

Tints of Blue Chalk #DCC4E8

Color information

#DCC4E8 (or 0xDCC4E8) is unknown color: approx Blue Chalk. HEX triplet: DC, C4 and E8. RGB value is (220,196,232). Sum of RGB (Red+Green+Blue) = 220+196+232=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 196 (76.95% from 255 or 30.25% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCC4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC4E8 is #233B17. Grayscale: #CFCFCF. Windows color (decimal): -2308888 or 15254748. OLE color: 15254748.

HSL color Cylindrical-coordinate representation of color #DCC4E8: hue angle of 280º degrees, saturation: 0.44, 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 #DCC4E8 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220196232-
CMYK0.050.1600.09
HSL280º43.9%83.92%-
HSV(B)280º15.52%90.98%-
XYZ63.8260.5284.66-
YUV207.28141.95137.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 196 (76.95% from 255) = 30.25%
BLUE value IS 232 (91.02% from 255) = 35.80%
R=33.95%
G=30.25%
B=35.80%

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
Decimal2201962320.050.1600.0928043.983.92
HexDCC4E8510091182c54
Octal33430435052001143054124
Binary11011100110001001110100010110000010011000110001011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4E8; }

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

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

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

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

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

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

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

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