Html Css Color HEX #C8C8EF Lavender Blue

📋 copy color: '#C8C8EF'

red 200 ◦ green 200 ◦ blue 239

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

Shades of Lavender Blue #C8C8EF

Tints of Lavender Blue #C8C8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.4%

R = 31.3%
G = 31.3%
B = 37.4%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C8C8EF (or 0xC8C8EF) is known color: Lavender Blue. HEX triplet: C8, C8 and EF. RGB value is (200,200,239). Sum of RGB (Red+Green+Blue) = 200+200+239=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C8EF is #373710. Grayscale: #CCCCCC. Windows color (decimal): -3618577 or 15714504. OLE color: 15714504.

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

Color convert

RGB 200 200 239 -
CMYK 0.16 0.16 0 0.06
HSL 240º 0.55% 0.86% -
HSV(B) 240º 0.16% 0.94% -
XYZ 60.05 59.82 90.04 -
YUV 204.45 147.5 124.83 -
System Red Green Blue C M Y K H S L
Decimal 200 200 239 0.16 0.16 0 0.06 240 0.55 0.86
Hex C8 C8 EF 10 10 0 6 F0 37 56
Octal 310 310 357 20 20 0 6 360 67 126
Binary 11001000 11001000 11101111 10000 10000 0 110 11110000 110111 1010110

Color Harmonies of #C8C8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C8EF

Black with #C8C8EF

Text Example


Text Example

White with #C8C8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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