Html Css Color HEX #DCC3E5 Blue Chalk

📋 copy color: '#DCC3E5'

red 220 ◦ green 195 ◦ blue 229

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

Shades of Blue Chalk #DCC3E5

Tints of Blue Chalk #DCC3E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.56%

R = 34.16%
G = 30.28%
B = 35.56%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCC3E5 (or 0xDCC3E5) is known color: Blue Chalk. HEX triplet: DC, C3 and E5. RGB value is (220,195,229). Sum of RGB (Red+Green+Blue) = 220+195+229=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 195 (76.56% from 255 or 30.28% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCC3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3E5 is #233C1A. Grayscale: #CECECE. Windows color (decimal): -2309147 or 15057884. OLE color: 15057884.

HSL color Cylindrical-coordinate representation of color #DCC3E5: hue angle of 284.12º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCC3E5 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 195 229 -
CMYK 0.04 0.15 0 0.10
HSL 284.12º 0.4% 0.83% -
HSV(B) 284.12º 0.15% 0.9% -
XYZ 63.17 59.9 82.36 -
YUV 206.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 220 195 229 0.04 0.15 0 0.10 284.12 0.4 0.83
Hex DC C3 E5 4 F 0 A 11C 28 53
Octal 334 303 345 4 17 0 12 434 50 123
Binary 11011100 11000011 11100101 100 1111 0 1010 100011100 101000 1010011

Color Harmonies of #DCC3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC3E5

Black with #DCC3E5

Text Example


Text Example

White with #DCC3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC3E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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