#CBCAE0

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

Shades of Lavender Grey #CBCAE0

Tints of Lavender Grey #CBCAE0

Color information

#CBCAE0 (or 0xCBCAE0) is unknown color: approx Lavender Grey. HEX triplet: CB, CA and E0. RGB value is (203,202,224). Sum of RGB (Red+Green+Blue) = 203+202+224=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBCAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAE0 is #34351F. Grayscale: #CCCCCC. Windows color (decimal): -3421472 or 14731979. OLE color: 14731979.

HSL color Cylindrical-coordinate representation of color #CBCAE0: hue angle of 242.73º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBCAE0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203202224-
CMYK0.090.1000.12
HSL242.73º26.19%83.53%-
HSV(B)242.73º9.82%87.84%-
XYZ59.260.3279.04-
YUV204.81138.83126.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.27%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 224 (87.89% from 255) = 35.61%
R=32.27%
G=32.11%
B=35.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032022240.090.1000.12242.7326.1983.53
HexCBCAE09A0Cf31a54
Octal313312340111201436332124
Binary110010111100101011100000100110100110011110011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAE0; }

 p { color: rgb(203,202,224); }

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

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

 a { background-color: rgb(203,202,224); }

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

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

 span { border-color: rgb(203,202,224); }

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