Html Css Color HEX #C2C1D4 Lavender Grey

📋 copy color: '#C2C1D4'

red 194 ◦ green 193 ◦ blue 212

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

Shades of Lavender Grey #C2C1D4

Tints of Lavender Grey #C2C1D4

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.22%

 BLUE value IS 212 (83.2% from 255) = 35.39%

R = 32.39%
G = 32.22%
B = 35.39%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C2C1D4 (or 0xC2C1D4) is known color: Lavender Grey. HEX triplet: C2, C1 and D4. RGB value is (194,193,212). Sum of RGB (Red+Green+Blue) = 194+193+212=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 212 - color contains mainly: blue. Hex color #C2C1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C1D4 is #3D3E2B. Grayscale: #C3C3C3. Windows color (decimal): -4013612 or 13943234. OLE color: 13943234.

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

Color convert

RGB 194 193 212 -
CMYK 0.08 0.09 0 0.17
HSL 243.16º 0.18% 0.79% -
HSV(B) 243.16º 0.09% 0.83% -
XYZ 53.2 54.36 69.98 -
YUV 195.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 194 193 212 0.08 0.09 0 0.17 243.16 0.18 0.79
Hex C2 C1 D4 8 9 0 11 F3 12 4F
Octal 302 301 324 10 11 0 21 363 22 117
Binary 11000010 11000001 11010100 1000 1001 0 10001 11110011 10010 1001111

Color Harmonies of #C2C1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C1D4

Black with #C2C1D4

Text Example


Text Example

White with #C2C1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C1D4; }

 p { color: rgb(194,193,212); }

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

background-color css

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

 a { background-color: rgb(194,193,212); }

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

border-color css

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

 span { border-color: rgb(194,193,212); }

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