Html Css Color HEX #DCC3E4 Blue Chalk

📋 copy color: '#DCC3E4'

red 220 ◦ green 195 ◦ blue 228

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

Shades of Blue Chalk #DCC3E4

Tints of Blue Chalk #DCC3E4

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.33%

 BLUE value IS 228 (89.45% from 255) = 35.46%

R = 34.21%
G = 30.33%
B = 35.46%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DCC3E4 (or 0xDCC3E4) is known color: Blue Chalk. HEX triplet: DC, C3 and E4. RGB value is (220,195,228). Sum of RGB (Red+Green+Blue) = 220+195+228=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 195 (76.56% from 255 or 30.33% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCC3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3E4 is #233C1B. Grayscale: #CECECE. Windows color (decimal): -2309148 or 14992348. OLE color: 14992348.

HSL color Cylindrical-coordinate representation of color #DCC3E4: hue angle of 285.45º degrees, saturation: 0.38, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC3E4 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 195 228 -
CMYK 0.04 0.14 0 0.11
HSL 285.45º 0.38% 0.83% -
HSV(B) 285.45º 0.14% 0.89% -
XYZ 63.03 59.85 81.63 -
YUV 206.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 220 195 228 0.04 0.14 0 0.11 285.45 0.38 0.83
Hex DC C3 E4 4 E 0 B 11D 26 53
Octal 334 303 344 4 16 0 13 435 46 123
Binary 11011100 11000011 11100100 100 1110 0 1011 100011101 100110 1010011

Color Harmonies of #DCC3E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC3E4

Black with #DCC3E4

Text Example


Text Example

White with #DCC3E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC3E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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