#CDC5D1

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

Shades of Prelude #CDC5D1

Tints of Prelude #CDC5D1

Color information

#CDC5D1 (or 0xCDC5D1) is unknown color: approx Prelude. HEX triplet: CD, C5 and D1. RGB value is (205,197,209). Sum of RGB (Red+Green+Blue) = 205+197+209=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDC5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5D1 is #323A2E. Grayscale: #C8C8C8. Windows color (decimal): -3291695 or 13747661. OLE color: 13747661.

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

Color convert

RGB205197209-
CMYK0.020.0600.18
HSL280º11.54%79.61%-
HSV(B)280º5.74%81.96%-
XYZ56.6557.5268.44-
YUV200.76132.65131.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 197 (77.34% from 255) = 32.24%
BLUE value IS 209 (82.03% from 255) = 34.21%
R=33.55%
G=32.24%
B=34.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051972090.020.0600.1828011.5479.61
HexCDC5D126012118c50
Octal3153053212602243014120
Binary1100110111000101110100011011001001010001100011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5D1; }

 p { color: rgb(205,197,209); }

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

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

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

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

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

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

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