Html Css Color HEX #DCC2E6 Blue Chalk

📋 copy color: '#DCC2E6'

red 220 ◦ green 194 ◦ blue 230

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

Shades of Blue Chalk #DCC2E6

Tints of Blue Chalk #DCC2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.71%

R = 34.16%
G = 30.12%
B = 35.71%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCC2E6 (or 0xDCC2E6) is known color: Blue Chalk. HEX triplet: DC, C2 and E6. RGB value is (220,194,230). Sum of RGB (Red+Green+Blue) = 220+194+230=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCC2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2E6 is #233D19. Grayscale: #CDCDCD. Windows color (decimal): -2309402 or 15123164. OLE color: 15123164.

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

Color convert

RGB 220 194 230 -
CMYK 0.04 0.16 0 0.10
HSL 283.33º 0.42% 0.83% -
HSV(B) 283.33º 0.16% 0.9% -
XYZ 63.09 59.51 83.02 -
YUV 205.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 220 194 230 0.04 0.16 0 0.10 283.33 0.42 0.83
Hex DC C2 E6 4 10 0 A 11B 2A 53
Octal 334 302 346 4 20 0 12 433 52 123
Binary 11011100 11000010 11100110 100 10000 0 1010 100011011 101010 1010011

Color Harmonies of #DCC2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC2E6

Black with #DCC2E6

Text Example


Text Example

White with #DCC2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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