#CDCDD6

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

Shades of Lavender Grey #CDCDD6

Tints of Lavender Grey #CDCDD6

Color information

#CDCDD6 (or 0xCDCDD6) is unknown color: approx Lavender Grey. HEX triplet: CD, CD and D6. RGB value is (205,205,214). Sum of RGB (Red+Green+Blue) = 205+205+214=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDCDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDD6 is #323229. Grayscale: #CDCDCD. Windows color (decimal): -3289642 or 14077389. OLE color: 14077389.

HSL color Cylindrical-coordinate representation of color #CDCDD6: hue angle of 240º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDCDD6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205205214-
CMYK0.040.0400.16
HSL240º9.89%82.16%-
HSV(B)240º4.21%83.92%-
XYZ59.1561.572.37-
YUV206.03132.5127.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 214 (83.98% from 255) = 34.29%
R=32.85%
G=32.85%
B=34.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052052140.040.0400.162409.8982.16
HexCDCDD644010f0a52
Octal3153153264402036012122
Binary1100110111001101110101101001000100001111000010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDD6; }

 p { color: rgb(205,205,214); }

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

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

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

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

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

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

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