#DCC4E9

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

Shades of Blue Chalk #DCC4E9

Tints of Blue Chalk #DCC4E9

Color information

#DCC4E9 (or 0xDCC4E9) is unknown color: approx Blue Chalk. HEX triplet: DC, C4 and E9. RGB value is (220,196,233). Sum of RGB (Red+Green+Blue) = 220+196+233=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCC4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC4E9 is #233B16. Grayscale: #CFCFCF. Windows color (decimal): -2308887 or 15320284. OLE color: 15320284.

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

Color convert

RGB220196233-
CMYK0.060.1600.09
HSL278.92º45.68%84.12%-
HSV(B)278.92º15.88%91.37%-
XYZ63.9660.5885.41-
YUV207.39142.45136.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 196 (76.95% from 255) = 30.20%
BLUE value IS 233 (91.41% from 255) = 35.90%
R=33.90%
G=30.20%
B=35.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201962330.060.1600.09278.9245.6884.12
HexDCC4E9610091172e54
Octal33430435162001142756124
Binary11011100110001001110100111010000010011000101111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4E9; }

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

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

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

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

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

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

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

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