Html Css Color HEX #C5C5DB Lavender Grey

📋 copy color: '#C5C5DB'

red 197 ◦ green 197 ◦ blue 219

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

Shades of Lavender Grey #C5C5DB

Tints of Lavender Grey #C5C5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.73%

R = 32.14%
G = 32.14%
B = 35.73%

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

#C5C5DB (or 0xC5C5DB) is known color: Lavender Grey. HEX triplet: C5, C5 and DB. RGB value is (197,197,219). Sum of RGB (Red+Green+Blue) = 197+197+219=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C5DB is #3A3A24. Grayscale: #C7C7C7. Windows color (decimal): -3815973 or 14403013. OLE color: 14403013.

HSL color Cylindrical-coordinate representation of color #C5C5DB: hue angle of 240º degrees, saturation: 0.23, 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 #C5C5DB is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 197 219 -
CMYK 0.10 0.10 0 0.14
HSL 240º 0.23% 0.82% -
HSV(B) 240º 0.1% 0.86% -
XYZ 55.78 56.92 75.06 -
YUV 199.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 197 197 219 0.10 0.10 0 0.14 240 0.23 0.82
Hex C5 C5 DB A A 0 E F0 17 52
Octal 305 305 333 12 12 0 16 360 27 122
Binary 11000101 11000101 11011011 1010 1010 0 1110 11110000 10111 1010010

Color Harmonies of #C5C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C5DB

Black with #C5C5DB

Text Example


Text Example

White with #C5C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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