Html Css Color HEX #C4C2EB Lavender Grey

📋 copy color: '#C4C2EB'

red 196 ◦ green 194 ◦ blue 235

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

Shades of Lavender Grey #C4C2EB

Tints of Lavender Grey #C4C2EB

RGB

 RED value IS 196 (76.95% from 255) = 31.36%

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

 BLUE value IS 235 (92.19% from 255) = 37.6%

R = 31.36%
G = 31.04%
B = 37.6%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C4C2EB (or 0xC4C2EB) is known color: Lavender Grey. HEX triplet: C4, C2 and EB. RGB value is (196,194,235). Sum of RGB (Red+Green+Blue) = 196+194+235=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C2EB is #3B3D14. Grayscale: #C7C7C7. Windows color (decimal): -3882261 or 15450820. OLE color: 15450820.

HSL color Cylindrical-coordinate representation of color #C4C2EB: hue angle of 242.93º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4C2EB is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 194 235 -
CMYK 0.17 0.17 0 0.08
HSL 242.93º 0.51% 0.84% -
HSV(B) 242.93º 0.17% 0.92% -
XYZ 57.05 56.32 86.46 -
YUV 199.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 196 194 235 0.17 0.17 0 0.08 242.93 0.51 0.84
Hex C4 C2 EB 11 11 0 8 F3 33 54
Octal 304 302 353 21 21 0 10 363 63 124
Binary 11000100 11000010 11101011 10001 10001 0 1000 11110011 110011 1010100

Color Harmonies of #C4C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C2EB

Black with #C4C2EB

Text Example


Text Example

White with #C4C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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