#CBCAE2

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

Shades of Lavender Grey #CBCAE2

Tints of Lavender Grey #CBCAE2

Color information

#CBCAE2 (or 0xCBCAE2) is unknown color: approx Lavender Grey. HEX triplet: CB, CA and E2. RGB value is (203,202,226). Sum of RGB (Red+Green+Blue) = 203+202+226=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBCAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAE2 is #34351D. Grayscale: #CCCCCC. Windows color (decimal): -3421470 or 14863051. OLE color: 14863051.

HSL color Cylindrical-coordinate representation of color #CBCAE2: hue angle of 242.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBCAE2 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203202226-
CMYK0.100.1100.11
HSL242.5º29.27%83.92%-
HSV(B)242.5º10.62%88.63%-
XYZ59.4860.4380.48-
YUV205.04139.83126.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 226 (88.67% from 255) = 35.82%
R=32.17%
G=32.01%
B=35.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032022260.100.1100.11242.529.2783.92
HexCBCAE2AB0Bf21d54
Octal313312342121301336235124
Binary110010111100101011100010101010110101111110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAE2; }

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

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

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

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

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

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

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

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