#CBC9E1

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

Shades of Lavender Grey #CBC9E1

Tints of Lavender Grey #CBC9E1

Color information

#CBC9E1 (or 0xCBC9E1) is unknown color: approx Lavender Grey. HEX triplet: CB, C9 and E1. RGB value is (203,201,225). Sum of RGB (Red+Green+Blue) = 203+201+225=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBC9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9E1 is #34361E. Grayscale: #CCCCCC. Windows color (decimal): -3421727 or 14797259. OLE color: 14797259.

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

Color convert

RGB203201225-
CMYK0.100.1100.12
HSL245º28.57%83.53%-
HSV(B)245º10.67%88.24%-
XYZ59.1159.9179.68-
YUV204.33139.66127.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.27%
GREEN value IS 201 (78.91% from 255) = 31.96%
BLUE value IS 225 (88.28% from 255) = 35.77%
R=32.27%
G=31.96%
B=35.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032012250.100.1100.1224528.5783.53
HexCBC9E1AB0Cf51d54
Octal313311341121301436535124
Binary110010111100100111100001101010110110011110101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9E1; }

 p { color: rgb(203,201,225); }

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

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

 a { background-color: rgb(203,201,225); }

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

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

 span { border-color: rgb(203,201,225); }

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