Html Css Color HEX #C8C8EB Lavender Blue

📋 copy color: '#C8C8EB'

red 200 ◦ green 200 ◦ blue 235

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

Shades of Lavender Blue #C8C8EB

Tints of Lavender Blue #C8C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.5%

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

R = 31.5%
G = 31.5%
B = 37.01%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8C8EB (or 0xC8C8EB) is known color: Lavender Blue. HEX triplet: C8, C8 and EB. RGB value is (200,200,235). Sum of RGB (Red+Green+Blue) = 200+200+235=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8C8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C8EB is #373714. Grayscale: #CBCBCB. Windows color (decimal): -3618581 or 15452360. OLE color: 15452360.

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

Color convert

RGB 200 200 235 -
CMYK 0.15 0.15 0 0.08
HSL 240º 0.47% 0.85% -
HSV(B) 240º 0.15% 0.92% -
XYZ 59.47 59.59 86.96 -
YUV 203.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 200 200 235 0.15 0.15 0 0.08 240 0.47 0.85
Hex C8 C8 EB F F 0 8 F0 2F 55
Octal 310 310 353 17 17 0 10 360 57 125
Binary 11001000 11001000 11101011 1111 1111 0 1000 11110000 101111 1010101

Color Harmonies of #C8C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C8EB

Black with #C8C8EB

Text Example


Text Example

White with #C8C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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