Html Css Color HEX #C8C5E9 Lavender Grey

📋 copy color: '#C8C5E9'

red 200 ◦ green 197 ◦ blue 233

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

Shades of Lavender Grey #C8C5E9

Tints of Lavender Grey #C8C5E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.98%

R = 31.75%
G = 31.27%
B = 36.98%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C8C5E9 (or 0xC8C5E9) is known color: Lavender Grey. HEX triplet: C8, C5 and E9. RGB value is (200,197,233). Sum of RGB (Red+Green+Blue) = 200+197+233=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8C5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C5E9 is #373A16. Grayscale: #C9C9C9. Windows color (decimal): -3619351 or 15320520. OLE color: 15320520.

HSL color Cylindrical-coordinate representation of color #C8C5E9: hue angle of 245º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8C5E9 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 200 197 233 -
CMYK 0.14 0.15 0 0.09
HSL 245º 0.45% 0.84% -
HSV(B) 245º 0.15% 0.91% -
XYZ 58.49 58.1 85.22 -
YUV 202 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 200 197 233 0.14 0.15 0 0.09 245 0.45 0.84
Hex C8 C5 E9 E F 0 9 F5 2D 54
Octal 310 305 351 16 17 0 11 365 55 124
Binary 11001000 11000101 11101001 1110 1111 0 1001 11110101 101101 1010100

Color Harmonies of #C8C5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C5E9

Black with #C8C5E9

Text Example


Text Example

White with #C8C5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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