#C8CBEF

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

Shades of Lavender Blue #C8CBEF

Tints of Lavender Blue #C8CBEF

Color information

#C8CBEF (or 0xC8CBEF) is unknown color: approx Lavender Blue. HEX triplet: C8, CB and EF. RGB value is (200,203,239). Sum of RGB (Red+Green+Blue) = 200+203+239=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8CBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CBEF is #373410. Grayscale: #CECECE. Windows color (decimal): -3617809 or 15715272. OLE color: 15715272.

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

Color convert

RGB200203239-
CMYK0.160.1500.06
HSL235.38º54.93%86.08%-
HSV(B)235.38º16.32%93.73%-
XYZ60.7661.2290.28-
YUV206.21146.51123.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.15%
GREEN value IS 203 (79.69% from 255) = 31.62%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=31.15%
G=31.62%
B=37.23%

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
Decimal2002032390.160.1500.06235.3854.9386.08
HexC8CBEF10F06eb3756
Octal31031335720170635367126
Binary1100100011001011111011111000011110110111010111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CBEF; }

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

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

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

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

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

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

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

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