Html Css Color HEX #C8C5DB Lavender Grey

📋 copy color: '#C8C5DB'

red 200 ◦ green 197 ◦ blue 219

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

Shades of Lavender Grey #C8C5DB

Tints of Lavender Grey #C8C5DB

RGB

 RED value IS 200 (78.52% from 255) = 32.47%

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

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

R = 32.47%
G = 31.98%
B = 35.55%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8C5DB (or 0xC8C5DB) is known color: Lavender Grey. HEX triplet: C8, C5 and DB. RGB value is (200,197,219). Sum of RGB (Red+Green+Blue) = 200+197+219=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5DB is #373A24. Grayscale: #C8C8C8. Windows color (decimal): -3619365 or 14403016. OLE color: 14403016.

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

Color convert

RGB 200 197 219 -
CMYK 0.09 0.10 0 0.14
HSL 248.18º 0.23% 0.82% -
HSV(B) 248.18º 0.1% 0.86% -
XYZ 56.57 57.33 75.1 -
YUV 200.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 200 197 219 0.09 0.10 0 0.14 248.18 0.23 0.82
Hex C8 C5 DB 9 A 0 E F8 17 52
Octal 310 305 333 11 12 0 16 370 27 122
Binary 11001000 11000101 11011011 1001 1010 0 1110 11111000 10111 1010010

Color Harmonies of #C8C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C5DB

Black with #C8C5DB

Text Example


Text Example

White with #C8C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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