Html Css Color HEX #C8C9DB Lavender Grey

📋 copy color: '#C8C9DB'

red 200 ◦ green 201 ◦ blue 219

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

Shades of Lavender Grey #C8C9DB

Tints of Lavender Grey #C8C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.42%

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

R = 32.26%
G = 32.42%
B = 35.32%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8C9DB (or 0xC8C9DB) is known color: Lavender Grey. HEX triplet: C8, C9 and DB. RGB value is (200,201,219). Sum of RGB (Red+Green+Blue) = 200+201+219=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9DB is #373624. Grayscale: #CACACA. Windows color (decimal): -3618341 or 14404040. OLE color: 14404040.

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

Color convert

RGB 200 201 219 -
CMYK 0.09 0.08 0 0.14
HSL 236.84º 0.21% 0.82% -
HSV(B) 236.84º 0.09% 0.86% -
XYZ 57.49 59.17 75.41 -
YUV 202.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 200 201 219 0.09 0.08 0 0.14 236.84 0.21 0.82
Hex C8 C9 DB 9 8 0 E ED 15 52
Octal 310 311 333 11 10 0 16 355 25 122
Binary 11001000 11001001 11011011 1001 1000 0 1110 11101101 10101 1010010

Color Harmonies of #C8C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C9DB

Black with #C8C9DB

Text Example


Text Example

White with #C8C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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