Html Css Color HEX #DCC2E7 Blue Chalk

📋 copy color: '#DCC2E7'

red 220 ◦ green 194 ◦ blue 231

#DCC2E7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #DCC2E7

Tints of Blue Chalk #DCC2E7

RGB

 RED value IS 220 (86.33% from 255) = 34.11%

 GREEN value IS 194 (76.17% from 255) = 30.08%

 BLUE value IS 231 (90.63% from 255) = 35.81%

R = 34.11%
G = 30.08%
B = 35.81%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCC2E7 (or 0xDCC2E7) is known color: Blue Chalk. HEX triplet: DC, C2 and E7. RGB value is (220,194,231). Sum of RGB (Red+Green+Blue) = 220+194+231=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 194 (76.17% from 255 or 30.08% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCC2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2E7 is #233D18. Grayscale: #CDCDCD. Windows color (decimal): -2309401 or 15188700. OLE color: 15188700.

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

Color convert

RGB 220 194 231 -
CMYK 0.05 0.16 0 0.09
HSL 282.16º 0.44% 0.83% -
HSV(B) 282.16º 0.16% 0.91% -
XYZ 63.23 59.57 83.77 -
YUV 205.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 220 194 231 0.05 0.16 0 0.09 282.16 0.44 0.83
Hex DC C2 E7 5 10 0 9 11A 2C 53
Octal 334 302 347 5 20 0 11 432 54 123
Binary 11011100 11000010 11100111 101 10000 0 1001 100011010 101100 1010011

Color Harmonies of #DCC2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC2E7

Black with #DCC2E7

Text Example


Text Example

White with #DCC2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC2E7; }

 p { color: rgb(220,194,231); }

 H1.HeaderClassName
 {
   color: #DCC2E7;
 }
 .AnyTagClassName
 {
   color: #DCC2E7;
 }
</style>

background-color css

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

 a { background-color: rgb(220,194,231); }

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

border-color css

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

 span { border-color: rgb(220,194,231); }

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