#C8CBEE

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

Shades of Lavender Blue #C8CBEE

Tints of Lavender Blue #C8CBEE

Color information

#C8CBEE (or 0xC8CBEE) is unknown color: approx Lavender Blue. HEX triplet: C8, CB and EE. RGB value is (200,203,238). Sum of RGB (Red+Green+Blue) = 200+203+238=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CBEE is #373411. Grayscale: #CDCDCD. Windows color (decimal): -3617810 or 15649736. OLE color: 15649736.

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

Color convert

RGB200203238-
CMYK0.160.1500.07
HSL235.26º52.78%85.88%-
HSV(B)235.26º15.97%93.33%-
XYZ60.6161.1689.5-
YUV206.09146.01123.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.20%
GREEN value IS 203 (79.69% from 255) = 31.67%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=31.20%
G=31.67%
B=37.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002032380.160.1500.07235.2652.7885.88
HexC8CBEE10F07eb3556
Octal31031335620170735365126
Binary1100100011001011111011101000011110111111010111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CBEE; }

 p { color: rgb(200,203,238); }

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

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

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

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

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

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

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