#C8CEFB

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

Shades of Lavender Blue #C8CEFB

Tints of Lavender Blue #C8CEFB

Color information

#C8CEFB (or 0xC8CEFB) is unknown color: approx Lavender Blue. HEX triplet: C8, CE and FB. RGB value is (200,206,251). Sum of RGB (Red+Green+Blue) = 200+206+251=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEFB is #373104. Grayscale: #D1D1D1. Windows color (decimal): -3617029 or 16502472. OLE color: 16502472.

HSL color Cylindrical-coordinate representation of color #C8CEFB: hue angle of 232.94º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8CEFB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200206251-
CMYK0.200.1800.02
HSL232.94º86.44%88.43%-
HSV(B)232.94º20.32%98.43%-
XYZ63.363.39100.17-
YUV209.34151.51121.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.44%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=30.44%
G=31.35%
B=38.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002062510.200.1800.02232.9486.4488.43
HexC8CEFB141202e95658
Octal310316373242202351126130
Binary11001000110011101111101110100100100101110100110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CEFB; }

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

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

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

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

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

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

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

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