#C8CAEF

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

Shades of Lavender Blue #C8CAEF

Tints of Lavender Blue #C8CAEF

Color information

#C8CAEF (or 0xC8CAEF) is unknown color: approx Lavender Blue. HEX triplet: C8, CA and EF. RGB value is (200,202,239). Sum of RGB (Red+Green+Blue) = 200+202+239=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAEF is #373510. Grayscale: #CDCDCD. Windows color (decimal): -3618065 or 15715016. OLE color: 15715016.

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

Color convert

RGB200202239-
CMYK0.160.1500.06
HSL236.92º54.93%86.08%-
HSV(B)236.92º16.32%93.73%-
XYZ60.5260.7590.2-
YUV205.62146.84123.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.20%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 239 (93.75% from 255) = 37.29%
R=31.20%
G=31.51%
B=37.29%

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
Decimal2002022390.160.1500.06236.9254.9386.08
HexC8CAEF10F06ed3756
Octal31031235720170635567126
Binary1100100011001010111011111000011110110111011011101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CAEF; }

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

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

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

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

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

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

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

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