#C8CAEC

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

Shades of Lavender Blue #C8CAEC

Tints of Lavender Blue #C8CAEC

Color information

#C8CAEC (or 0xC8CAEC) is unknown color: approx Lavender Blue. HEX triplet: C8, CA and EC. RGB value is (200,202,236). Sum of RGB (Red+Green+Blue) = 200+202+236=638 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.35% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAEC is #373513. Grayscale: #CDCDCD. Windows color (decimal): -3618068 or 15518408. OLE color: 15518408.

HSL color Cylindrical-coordinate representation of color #C8CAEC: hue angle of 236.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8CAEC is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200202236-
CMYK0.150.1400.07
HSL236.67º48.65%85.49%-
HSV(B)236.67º15.25%92.55%-
XYZ60.0860.5887.88-
YUV205.28145.34124.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.35%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=31.35%
G=31.66%
B=36.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002022360.150.1400.07236.6748.6585.49
HexC8CAECFE07ed3155
Octal31031235417160735561125
Binary110010001100101011101100111111100111111011011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CAEC; }

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

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

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

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

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

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

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

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