#CDCDDC

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

Shades of Lavender Grey #CDCDDC

Tints of Lavender Grey #CDCDDC

Color information

#CDCDDC (or 0xCDCDDC) is unknown color: approx Lavender Grey. HEX triplet: CD, CD and DC. RGB value is (205,205,220). Sum of RGB (Red+Green+Blue) = 205+205+220=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDCDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDDC is #323223. Grayscale: #CECECE. Windows color (decimal): -3289636 or 14470605. OLE color: 14470605.

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

Color convert

RGB205205220-
CMYK0.070.0700.14
HSL240º17.65%83.33%-
HSV(B)240º6.82%86.27%-
XYZ59.9361.8176.48-
YUV206.71135.5126.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 205 (80.47% from 255) = 32.54%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=32.54%
G=32.54%
B=34.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052052200.070.0700.1424017.6583.33
HexCDCDDC770Ef01253
Octal3153153347701636022123
Binary1100110111001101110111001111110111011110000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDDC; }

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

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

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

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

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

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

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

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