Html Css Color HEX #C2C4DE Lavender Grey

📋 copy color: '#C2C4DE'

red 194 ◦ green 196 ◦ blue 222

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

Shades of Lavender Grey #C2C4DE

Tints of Lavender Grey #C2C4DE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.03%

 BLUE value IS 222 (87.11% from 255) = 36.27%

R = 31.7%
G = 32.03%
B = 36.27%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2C4DE (or 0xC2C4DE) is known color: Lavender Grey. HEX triplet: C2, C4 and DE. RGB value is (194,196,222). Sum of RGB (Red+Green+Blue) = 194+196+222=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2C4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C4DE is #3D3B21. Grayscale: #C6C6C6. Windows color (decimal): -4012834 or 14599362. OLE color: 14599362.

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

Color convert

RGB 194 196 222 -
CMYK 0.13 0.12 0 0.13
HSL 235.71º 0.3% 0.82% -
HSV(B) 235.71º 0.13% 0.87% -
XYZ 55.17 56.22 77.05 -
YUV 198.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 194 196 222 0.13 0.12 0 0.13 235.71 0.3 0.82
Hex C2 C4 DE D C 0 D EC 1E 52
Octal 302 304 336 15 14 0 15 354 36 122
Binary 11000010 11000100 11011110 1101 1100 0 1101 11101100 11110 1010010

Color Harmonies of #C2C4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C4DE

Black with #C2C4DE

Text Example


Text Example

White with #C2C4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C4DE; }

 p { color: rgb(194,196,222); }

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

background-color css

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

 a { background-color: rgb(194,196,222); }

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

border-color css

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

 span { border-color: rgb(194,196,222); }

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