#C8CEF7

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

Shades of Lavender Blue #C8CEF7

Tints of Lavender Blue #C8CEF7

Color information

#C8CEF7 (or 0xC8CEF7) is unknown color: approx Lavender Blue. HEX triplet: C8, CE and F7. RGB value is (200,206,247). Sum of RGB (Red+Green+Blue) = 200+206+247=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #C8CEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEF7 is #373108. Grayscale: #D0D0D0. Windows color (decimal): -3617033 or 16240328. OLE color: 16240328.

HSL color Cylindrical-coordinate representation of color #C8CEF7: hue angle of 232.34º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8CEF7 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB200206247-
CMYK0.190.1700.03
HSL232.34º74.6%87.65%-
HSV(B)232.34º19.03%96.86%-
XYZ62.6863.1496.88-
YUV208.88149.51121.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.63%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=30.63%
G=31.55%
B=37.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2002062470.190.1700.03232.3474.687.65
HexC8CEF7131103e84b58
Octal310316367232103350113130
Binary11001000110011101111011110011100010111110100010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CEF7; }

 p { color: rgb(200,206,247); }

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

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

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

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

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

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

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