#CDC6D0

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

Shades of Prelude #CDC6D0

Tints of Prelude #CDC6D0

Color information

#CDC6D0 (or 0xCDC6D0) is unknown color: approx Prelude. HEX triplet: CD, C6 and D0. RGB value is (205,198,208). Sum of RGB (Red+Green+Blue) = 205+198+208=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDC6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6D0 is #32392F. Grayscale: #C9C9C9. Windows color (decimal): -3291440 or 13682381. OLE color: 13682381.

HSL color Cylindrical-coordinate representation of color #CDC6D0: hue angle of 282º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDC6D0 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205198208-
CMYK0.010.0500.18
HSL282º9.62%79.61%-
HSV(B)282º4.81%81.57%-
XYZ56.7657.9267.86-
YUV201.23131.82130.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 198 (77.73% from 255) = 32.41%
BLUE value IS 208 (81.64% from 255) = 34.04%
R=33.55%
G=32.41%
B=34.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051982080.010.0500.182829.6279.61
HexCDC6D01501211aa50
Octal3153063201502243212120
Binary110011011100011011010000110101001010001101010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6D0; }

 p { color: rgb(205,198,208); }

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

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

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

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

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

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

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