Html Css Color HEX #C8C8ED Lavender Blue

📋 copy color: '#C8C8ED'

red 200 ◦ green 200 ◦ blue 237

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

Shades of Lavender Blue #C8C8ED

Tints of Lavender Blue #C8C8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.21%

R = 31.4%
G = 31.4%
B = 37.21%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8C8ED (or 0xC8C8ED) is known color: Lavender Blue. HEX triplet: C8, C8 and ED. RGB value is (200,200,237). Sum of RGB (Red+Green+Blue) = 200+200+237=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8C8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C8ED is #373712. Grayscale: #CCCCCC. Windows color (decimal): -3618579 or 15583432. OLE color: 15583432.

HSL color Cylindrical-coordinate representation of color #C8C8ED: hue angle of 240º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8C8ED is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 200 237 -
CMYK 0.16 0.16 0 0.07
HSL 240º 0.51% 0.86% -
HSV(B) 240º 0.16% 0.93% -
XYZ 59.76 59.7 88.49 -
YUV 204.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 200 200 237 0.16 0.16 0 0.07 240 0.51 0.86
Hex C8 C8 ED 10 10 0 7 F0 33 56
Octal 310 310 355 20 20 0 7 360 63 126
Binary 11001000 11001000 11101101 10000 10000 0 111 11110000 110011 1010110

Color Harmonies of #C8C8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C8ED

Black with #C8C8ED

Text Example


Text Example

White with #C8C8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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