#C8CAED

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

Shades of Lavender Blue #C8CAED

Tints of Lavender Blue #C8CAED

Color information

#C8CAED (or 0xC8CAED) is unknown color: approx Lavender Blue. HEX triplet: C8, CA and ED. RGB value is (200,202,237). Sum of RGB (Red+Green+Blue) = 200+202+237=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAED is #373512. Grayscale: #CDCDCD. Windows color (decimal): -3618067 or 15583944. OLE color: 15583944.

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

Color convert

RGB200202237-
CMYK0.160.1500.07
HSL236.76º50.68%85.69%-
HSV(B)236.76º15.61%92.94%-
XYZ60.2360.6388.65-
YUV205.39145.84124.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.30%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=31.30%
G=31.61%
B=37.09%

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
Decimal2002022370.160.1500.07236.7650.6885.69
HexC8CAED10F07ed3356
Octal31031235520170735563126
Binary1100100011001010111011011000011110111111011011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CAED; }

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

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

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

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

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

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

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

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