Html Css Color HEX #C8C7DB Lavender Grey

📋 copy color: '#C8C7DB'

red 200 ◦ green 199 ◦ blue 219

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

Shades of Lavender Grey #C8C7DB

Tints of Lavender Grey #C8C7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.2%

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

R = 32.36%
G = 32.2%
B = 35.44%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8C7DB (or 0xC8C7DB) is known color: Lavender Grey. HEX triplet: C8, C7 and DB. RGB value is (200,199,219). Sum of RGB (Red+Green+Blue) = 200+199+219=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7DB is #373824. Grayscale: #C9C9C9. Windows color (decimal): -3618853 or 14403528. OLE color: 14403528.

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

Color convert

RGB 200 199 219 -
CMYK 0.09 0.09 0 0.14
HSL 243º 0.22% 0.82% -
HSV(B) 243º 0.09% 0.86% -
XYZ 57.03 58.24 75.25 -
YUV 201.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 200 199 219 0.09 0.09 0 0.14 243 0.22 0.82
Hex C8 C7 DB 9 9 0 E F3 16 52
Octal 310 307 333 11 11 0 16 363 26 122
Binary 11001000 11000111 11011011 1001 1001 0 1110 11110011 10110 1010010

Color Harmonies of #C8C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C7DB

Black with #C8C7DB

Text Example


Text Example

White with #C8C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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