Html Css Color HEX #DCC4E9 Blue Chalk

📋 copy color: '#DCC4E9'

red 220 ◦ green 196 ◦ blue 233

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

Shades of Blue Chalk #DCC4E9

Tints of Blue Chalk #DCC4E9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.2%

 BLUE value IS 233 (91.41% from 255) = 35.9%

R = 33.9%
G = 30.2%
B = 35.9%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCC4E9 (or 0xDCC4E9) is known color: 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

RGB 220 196 233 -
CMYK 0.06 0.16 0 0.09
HSL 278.92º 0.46% 0.84% -
HSV(B) 278.92º 0.16% 0.91% -
XYZ 63.96 60.58 85.41 -
YUV 207.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 220 196 233 0.06 0.16 0 0.09 278.92 0.46 0.84
Hex DC C4 E9 6 10 0 9 117 2E 54
Octal 334 304 351 6 20 0 11 427 56 124
Binary 11011100 11000100 11101001 110 10000 0 1001 100010111 101110 1010100

Color Harmonies of #DCC4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC4E9

Black with #DCC4E9

Text Example


Text Example

White with #DCC4E9

Text Example


Text Example

HTML Codes & Css Web 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>