#C8CCEF

Color #C8CCEF Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C8CCEF

Tints of Lavender Blue #C8CCEF

Color information

#C8CCEF (or 0xC8CCEF) is unknown color: approx Lavender Blue. HEX triplet: C8, CC and EF. RGB value is (200,204,239). Sum of RGB (Red+Green+Blue) = 200+204+239=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCEF is #373310. Grayscale: #CECECE. Windows color (decimal): -3617553 or 15715528. OLE color: 15715528.

HSL color Cylindrical-coordinate representation of color #C8CCEF: hue angle of 233.85º 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 #C8CCEF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200204239-
CMYK0.160.1500.06
HSL233.85º54.93%86.08%-
HSV(B)233.85º16.32%93.73%-
XYZ60.9961.790.36-
YUV206.79146.17123.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.10%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=31.10%
G=31.73%
B=37.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002042390.160.1500.06233.8554.9386.08
HexC8CCEF10F06ea3756
Octal31031435720170635267126
Binary1100100011001100111011111000011110110111010101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCEF; }

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

 H1.HeaderClassName
 {
   color: #C8CCEF;
 }
 .AnyTagClassName
 {
   color: #C8CCEF;
 }
</style>
background-color css

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

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

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

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

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

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