#CBCADA

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

Shades of Lavender Grey #CBCADA

Tints of Lavender Grey #CBCADA

Color information

#CBCADA (or 0xCBCADA) is unknown color: approx Lavender Grey. HEX triplet: CB, CA and DA. RGB value is (203,202,218). Sum of RGB (Red+Green+Blue) = 203+202+218=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBCADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCADA is #343525. Grayscale: #CCCCCC. Windows color (decimal): -3421478 or 14338763. OLE color: 14338763.

HSL color Cylindrical-coordinate representation of color #CBCADA: hue angle of 243.75º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCADA is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203202218-
CMYK0.070.0700.15
HSL243.75º17.78%82.35%-
HSV(B)243.75º7.34%85.49%-
XYZ58.46074.83-
YUV204.12135.83127.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.58%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 218 (85.55% from 255) = 34.99%
R=32.58%
G=32.42%
B=34.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032022180.070.0700.15243.7517.7882.35
HexCBCADA770Ff41252
Octal3133123327701736422122
Binary1100101111001010110110101111110111111110100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCADA; }

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

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

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

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

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

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

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

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