#C9C7EA

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

Shades of Lavender Blue #C9C7EA

Tints of Lavender Blue #C9C7EA

Color information

#C9C7EA (or 0xC9C7EA) is unknown color: approx Lavender Blue. HEX triplet: C9, C7 and EA. RGB value is (201,199,234). Sum of RGB (Red+Green+Blue) = 201+199+234=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9C7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C7EA is #363815. Grayscale: #CBCBCB. Windows color (decimal): -3553302 or 15386569. OLE color: 15386569.

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

Color convert

RGB201199234-
CMYK0.140.1500.08
HSL243.43º45.45%84.9%-
HSV(B)243.43º14.96%91.76%-
XYZ59.3659.286.14-
YUV203.59145.16126.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.70%
GREEN value IS 199 (78.12% from 255) = 31.39%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=31.70%
G=31.39%
B=36.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011992340.140.1500.08243.4345.4584.9
HexC9C7EAEF08f32d55
Octal311307352161701036355125
Binary1100100111000111111010101110111101000111100111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C7EA; }

 p { color: rgb(201,199,234); }

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

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

 a { background-color: rgb(201,199,234); }

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

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

 span { border-color: rgb(201,199,234); }

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