Html Css Color HEX #C7C7DB Lavender Grey

📋 copy color: '#C7C7DB'

red 199 ◦ green 199 ◦ blue 219

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

Shades of Lavender Grey #C7C7DB

Tints of Lavender Grey #C7C7DB

RGB

 RED value IS 199 (78.13% from 255) = 32.25%

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

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

R = 32.25%
G = 32.25%
B = 35.49%

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

#C7C7DB (or 0xC7C7DB) is known color: Lavender Grey. HEX triplet: C7, C7 and DB. RGB value is (199,199,219). Sum of RGB (Red+Green+Blue) = 199+199+219=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C7DB is #383824. Grayscale: #C9C9C9. Windows color (decimal): -3684389 or 14403527. OLE color: 14403527.

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

Color convert

RGB 199 199 219 -
CMYK 0.09 0.09 0 0.14
HSL 240º 0.22% 0.82% -
HSV(B) 240º 0.09% 0.86% -
XYZ 56.76 58.1 75.24 -
YUV 201.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 199 199 219 0.09 0.09 0 0.14 240 0.22 0.82
Hex C7 C7 DB 9 9 0 E F0 16 52
Octal 307 307 333 11 11 0 16 360 26 122
Binary 11000111 11000111 11011011 1001 1001 0 1110 11110000 10110 1010010

Color Harmonies of #C7C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C7DB

Black with #C7C7DB

Text Example


Text Example

White with #C7C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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