Html Css Color HEX #C2C0D2 Lavender Grey

📋 copy color: '#C2C0D2'

red 194 ◦ green 192 ◦ blue 210

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

Shades of Lavender Grey #C2C0D2

Tints of Lavender Grey #C2C0D2

RGB

 RED value IS 194 (76.17% from 255) = 32.55%

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

 BLUE value IS 210 (82.42% from 255) = 35.23%

R = 32.55%
G = 32.21%
B = 35.23%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C2C0D2 (or 0xC2C0D2) is known color: Lavender Grey. HEX triplet: C2, C0 and D2. RGB value is (194,192,210). Sum of RGB (Red+Green+Blue) = 194+192+210=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2C0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C0D2 is #3D3F2D. Grayscale: #C2C2C2. Windows color (decimal): -4013870 or 13811906. OLE color: 13811906.

HSL color Cylindrical-coordinate representation of color #C2C0D2: hue angle of 246.67º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2C0D2 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 192 210 -
CMYK 0.08 0.09 0 0.18
HSL 246.67º 0.17% 0.79% -
HSV(B) 246.67º 0.09% 0.82% -
XYZ 52.73 53.82 68.58 -
YUV 194.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 194 192 210 0.08 0.09 0 0.18 246.67 0.17 0.79
Hex C2 C0 D2 8 9 0 12 F7 11 4F
Octal 302 300 322 10 11 0 22 367 21 117
Binary 11000010 11000000 11010010 1000 1001 0 10010 11110111 10001 1001111

Color Harmonies of #C2C0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C0D2

Black with #C2C0D2

Text Example


Text Example

White with #C2C0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C0D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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