Html Css Color HEX #DCC0E6 Blue Chalk

📋 copy color: '#DCC0E6'

red 220 ◦ green 192 ◦ blue 230

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

Shades of Blue Chalk #DCC0E6

Tints of Blue Chalk #DCC0E6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.91%

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

R = 34.27%
G = 29.91%
B = 35.83%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCC0E6 (or 0xDCC0E6) is known color: Blue Chalk. HEX triplet: DC, C0 and E6. RGB value is (220,192,230). Sum of RGB (Red+Green+Blue) = 220+192+230=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 192 (75.39% from 255 or 29.91% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCC0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0E6 is #233F19. Grayscale: #CCCCCC. Windows color (decimal): -2309914 or 15122652. OLE color: 15122652.

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

Color convert

RGB 220 192 230 -
CMYK 0.04 0.17 0 0.10
HSL 284.21º 0.43% 0.83% -
HSV(B) 284.21º 0.17% 0.9% -
XYZ 62.65 58.63 82.88 -
YUV 204.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 220 192 230 0.04 0.17 0 0.10 284.21 0.43 0.83
Hex DC C0 E6 4 11 0 A 11C 2B 53
Octal 334 300 346 4 21 0 12 434 53 123
Binary 11011100 11000000 11100110 100 10001 0 1010 100011100 101011 1010011

Color Harmonies of #DCC0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC0E6

Black with #DCC0E6

Text Example


Text Example

White with #DCC0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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