#CDCBDA

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

Shades of Lavender Grey #CDCBDA

Tints of Lavender Grey #CDCBDA

Color information

#CDCBDA (or 0xCDCBDA) is unknown color: approx Lavender Grey. HEX triplet: CD, CB and DA. RGB value is (205,203,218). Sum of RGB (Red+Green+Blue) = 205+203+218=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDCBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBDA is #323425. Grayscale: #CDCDCD. Windows color (decimal): -3290150 or 14339021. OLE color: 14339021.

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

Color convert

RGB205203218-
CMYK0.060.0700.15
HSL248º16.85%82.55%-
HSV(B)248º6.88%85.49%-
XYZ59.1960.7574.94-
YUV205.31135.16127.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 203 (79.69% from 255) = 32.43%
BLUE value IS 218 (85.55% from 255) = 34.82%
R=32.75%
G=32.43%
B=34.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052032180.060.0700.1524816.8582.55
HexCDCBDA670Ff81153
Octal3153133326701737021123
Binary1100110111001011110110101101110111111111000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBDA; }

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

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

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

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

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

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

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

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