#C7CAEE

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

Shades of Lavender Blue #C7CAEE

Tints of Lavender Blue #C7CAEE

Color information

#C7CAEE (or 0xC7CAEE) is unknown color: approx Lavender Blue. HEX triplet: C7, CA and EE. RGB value is (199,202,238). Sum of RGB (Red+Green+Blue) = 199+202+238=639 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.14% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CAEE is #383511. Grayscale: #CDCDCD. Windows color (decimal): -3683602 or 15649479. OLE color: 15649479.

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

Color convert

RGB199202238-
CMYK0.160.1500.07
HSL235.38º53.42%85.69%-
HSV(B)235.38º16.39%93.33%-
XYZ60.1160.5689.41-
YUV205.21146.51123.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.14%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=31.14%
G=31.61%
B=37.25%

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
Decimal1992022380.160.1500.07235.3853.4285.69
HexC7CAEE10F07eb3556
Octal30731235620170735365126
Binary1100011111001010111011101000011110111111010111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CAEE; }

 p { color: rgb(199,202,238); }

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

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

 a { background-color: rgb(199,202,238); }

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

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

 span { border-color: rgb(199,202,238); }

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