Html Css Color HEX #C5C2DD Lavender Grey

📋 copy color: '#C5C2DD'

red 197 ◦ green 194 ◦ blue 221

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

Shades of Lavender Grey #C5C2DD

Tints of Lavender Grey #C5C2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.11%

R = 32.19%
G = 31.7%
B = 36.11%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5C2DD (or 0xC5C2DD) is known color: Lavender Grey. HEX triplet: C5, C2 and DD. RGB value is (197,194,221). Sum of RGB (Red+Green+Blue) = 197+194+221=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5C2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C2DD is #3A3D22. Grayscale: #C5C5C5. Windows color (decimal): -3816739 or 14533317. OLE color: 14533317.

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

Color convert

RGB 197 194 221 -
CMYK 0.11 0.12 0 0.13
HSL 246.67º 0.28% 0.81% -
HSV(B) 246.67º 0.12% 0.87% -
XYZ 55.37 55.67 76.23 -
YUV 197.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 197 194 221 0.11 0.12 0 0.13 246.67 0.28 0.81
Hex C5 C2 DD B C 0 D F7 1C 51
Octal 305 302 335 13 14 0 15 367 34 121
Binary 11000101 11000010 11011101 1011 1100 0 1101 11110111 11100 1010001

Color Harmonies of #C5C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C2DD

Black with #C5C2DD

Text Example


Text Example

White with #C5C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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