Html Css Color HEX #C8C5EB Lavender Blue

📋 copy color: '#C8C5EB'

red 200 ◦ green 197 ◦ blue 235

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

Shades of Lavender Blue #C8C5EB

Tints of Lavender Blue #C8C5EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.18%

R = 31.65%
G = 31.17%
B = 37.18%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8C5EB (or 0xC8C5EB) is known color: Lavender Blue. HEX triplet: C8, C5 and EB. RGB value is (200,197,235). Sum of RGB (Red+Green+Blue) = 200+197+235=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8C5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C5EB is #373A14. Grayscale: #CACACA. Windows color (decimal): -3619349 or 15451592. OLE color: 15451592.

HSL color Cylindrical-coordinate representation of color #C8C5EB: hue angle of 244.74º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8C5EB is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 197 235 -
CMYK 0.15 0.16 0 0.08
HSL 244.74º 0.49% 0.85% -
HSV(B) 244.74º 0.16% 0.92% -
XYZ 58.78 58.21 86.73 -
YUV 202.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 200 197 235 0.15 0.16 0 0.08 244.74 0.49 0.85
Hex C8 C5 EB F 10 0 8 F5 31 55
Octal 310 305 353 17 20 0 10 365 61 125
Binary 11001000 11000101 11101011 1111 10000 0 1000 11110101 110001 1010101

Color Harmonies of #C8C5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C5EB

Black with #C8C5EB

Text Example


Text Example

White with #C8C5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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