Html Css Color HEX #C5C5DC Lavender Grey

📋 copy color: '#C5C5DC'

red 197 ◦ green 197 ◦ blue 220

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

Shades of Lavender Grey #C5C5DC

Tints of Lavender Grey #C5C5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.08%

 BLUE value IS 220 (86.33% from 255) = 35.83%

R = 32.08%
G = 32.08%
B = 35.83%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5C5DC (or 0xC5C5DC) is known color: Lavender Grey. HEX triplet: C5, C5 and DC. RGB value is (197,197,220). Sum of RGB (Red+Green+Blue) = 197+197+220=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C5DC is #3A3A23. Grayscale: #C7C7C7. Windows color (decimal): -3815972 or 14468549. OLE color: 14468549.

HSL color Cylindrical-coordinate representation of color #C5C5DC: hue angle of 240º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5C5DC is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 197 220 -
CMYK 0.10 0.10 0 0.14
HSL 240º 0.25% 0.82% -
HSV(B) 240º 0.1% 0.86% -
XYZ 55.91 56.97 75.76 -
YUV 199.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 197 197 220 0.10 0.10 0 0.14 240 0.25 0.82
Hex C5 C5 DC A A 0 E F0 19 52
Octal 305 305 334 12 12 0 16 360 31 122
Binary 11000101 11000101 11011100 1010 1010 0 1110 11110000 11001 1010010

Color Harmonies of #C5C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C5DC

Black with #C5C5DC

Text Example


Text Example

White with #C5C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C5DC; }

 p { color: rgb(197,197,220); }

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

background-color css

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

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

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

border-color css

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

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

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