#DCC3E9

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

Shades of Blue Chalk #DCC3E9

Tints of Blue Chalk #DCC3E9

Color information

#DCC3E9 (or 0xDCC3E9) is unknown color: approx Blue Chalk. HEX triplet: DC, C3 and E9. RGB value is (220,195,233). Sum of RGB (Red+Green+Blue) = 220+195+233=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 195 (76.56% from 255 or 30.09% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCC3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC3E9 is #233C16. Grayscale: #CECECE. Windows color (decimal): -2309143 or 15320028. OLE color: 15320028.

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

Color convert

RGB220195233-
CMYK0.060.1600.09
HSL279.47º46.34%83.92%-
HSV(B)279.47º16.31%91.37%-
XYZ63.7460.1385.34-
YUV206.81142.78137.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 195 (76.56% from 255) = 30.09%
BLUE value IS 233 (91.41% from 255) = 35.96%
R=33.95%
G=30.09%
B=35.96%

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
Decimal2201952330.060.1600.09279.4746.3483.92
HexDCC3E9610091172e54
Octal33430335162001142756124
Binary11011100110000111110100111010000010011000101111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3E9; }

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

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

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

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

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

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

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

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