#CBCADE

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

Shades of Lavender Grey #CBCADE

Tints of Lavender Grey #CBCADE

Color information

#CBCADE (or 0xCBCADE) is unknown color: approx Lavender Grey. HEX triplet: CB, CA and DE. RGB value is (203,202,222). Sum of RGB (Red+Green+Blue) = 203+202+222=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBCADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCADE is #343521. Grayscale: #CCCCCC. Windows color (decimal): -3421474 or 14600907. OLE color: 14600907.

HSL color Cylindrical-coordinate representation of color #CBCADE: hue angle of 243º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBCADE is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203202222-
CMYK0.090.0900.13
HSL243º23.26%83.14%-
HSV(B)243º9.01%87.06%-
XYZ58.9360.2177.62-
YUV204.58137.83126.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=32.38%
G=32.22%
B=35.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032022220.090.0900.1324323.2683.14
HexCBCADE990Df31753
Octal313312336111101536327123
Binary110010111100101011011110100110010110111110011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCADE; }

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

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

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

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

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

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

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

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