Html Css Color HEX #C0C2DC Lavender Grey

📋 copy color: '#C0C2DC'

red 192 ◦ green 194 ◦ blue 220

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

Shades of Lavender Grey #C0C2DC

Tints of Lavender Grey #C0C2DC

RGB

 RED value IS 192 (75.39% from 255) = 31.68%

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

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 31.68%
G = 32.01%
B = 36.3%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0C2DC (or 0xC0C2DC) is known color: Lavender Grey. HEX triplet: C0, C2 and DC. RGB value is (192,194,220). Sum of RGB (Red+Green+Blue) = 192+194+220=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C2DC is #3F3D23. Grayscale: #C4C4C4. Windows color (decimal): -4144420 or 14467776. OLE color: 14467776.

HSL color Cylindrical-coordinate representation of color #C0C2DC: hue angle of 235.71º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0C2DC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 194 220 -
CMYK 0.13 0.12 0 0.14
HSL 235.71º 0.29% 0.81% -
HSV(B) 235.71º 0.13% 0.86% -
XYZ 53.95 54.96 75.47 -
YUV 196.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 192 194 220 0.13 0.12 0 0.14 235.71 0.29 0.81
Hex C0 C2 DC D C 0 E EC 1D 51
Octal 300 302 334 15 14 0 16 354 35 121
Binary 11000000 11000010 11011100 1101 1100 0 1110 11101100 11101 1010001

Color Harmonies of #C0C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C2DC

Black with #C0C2DC

Text Example


Text Example

White with #C0C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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