Html Css Color HEX #C5C2EB Lavender Grey

📋 copy color: '#C5C2EB'

red 197 ◦ green 194 ◦ blue 235

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

Shades of Lavender Grey #C5C2EB

Tints of Lavender Grey #C5C2EB

RGB

 RED value IS 197 (77.34% from 255) = 31.47%

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

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

R = 31.47%
G = 30.99%
B = 37.54%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5C2EB (or 0xC5C2EB) is known color: Lavender Grey. HEX triplet: C5, C2 and EB. RGB value is (197,194,235). Sum of RGB (Red+Green+Blue) = 197+194+235=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C2EB is #3A3D14. Grayscale: #C7C7C7. Windows color (decimal): -3816725 or 15450821. OLE color: 15450821.

HSL color Cylindrical-coordinate representation of color #C5C2EB: hue angle of 244.39º 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 #C5C2EB is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 194 235 -
CMYK 0.16 0.17 0 0.08
HSL 244.39º 0.51% 0.84% -
HSV(B) 244.39º 0.17% 0.92% -
XYZ 57.31 56.45 86.47 -
YUV 199.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 197 194 235 0.16 0.17 0 0.08 244.39 0.51 0.84
Hex C5 C2 EB 10 11 0 8 F4 33 54
Octal 305 302 353 20 21 0 10 364 63 124
Binary 11000101 11000010 11101011 10000 10001 0 1000 11110100 110011 1010100

Color Harmonies of #C5C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C2EB

Black with #C5C2EB

Text Example


Text Example

White with #C5C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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