#CBCAE5

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

Shades of Lavender Grey #CBCAE5

Tints of Lavender Grey #CBCAE5

Color information

#CBCAE5 (or 0xCBCAE5) is unknown color: approx Lavender Grey. HEX triplet: CB, CA and E5. RGB value is (203,202,229). Sum of RGB (Red+Green+Blue) = 203+202+229=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBCAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAE5 is #34351A. Grayscale: #CDCDCD. Windows color (decimal): -3421467 or 15059659. OLE color: 15059659.

HSL color Cylindrical-coordinate representation of color #CBCAE5: hue angle of 242.22º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBCAE5 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203202229-
CMYK0.110.1200.10
HSL242.22º34.18%84.51%-
HSV(B)242.22º11.79%89.8%-
XYZ59.8960.5982.67-
YUV205.38141.33126.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 229 (89.84% from 255) = 36.12%
R=32.02%
G=31.86%
B=36.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032022290.110.1200.10242.2234.1884.51
HexCBCAE5BC0Af22255
Octal313312345131401236242125
Binary1100101111001010111001011011110001010111100101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAE5; }

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

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

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

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

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

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

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

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