#CDC1D5

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

Shades of Prelude #CDC1D5

Tints of Prelude #CDC1D5

Color information

#CDC1D5 (or 0xCDC1D5) is unknown color: approx Prelude. HEX triplet: CD, C1 and D5. RGB value is (205,193,213). Sum of RGB (Red+Green+Blue) = 205+193+213=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDC1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1D5 is #323E2A. Grayscale: #C6C6C6. Windows color (decimal): -3292715 or 14008781. OLE color: 14008781.

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

Color convert

RGB205193213-
CMYK0.040.0900.16
HSL276º19.23%79.61%-
HSV(B)276º9.39%83.53%-
XYZ56.2655.9270.78-
YUV198.87135.98132.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 193 (75.78% from 255) = 31.59%
BLUE value IS 213 (83.59% from 255) = 34.86%
R=33.55%
G=31.59%
B=34.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051932130.040.0900.1627619.2379.61
HexCDC1D5490101141350
Octal31530132541102042423120
Binary1100110111000001110101011001001010000100010100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC1D5; }

 p { color: rgb(205,193,213); }

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

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

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

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

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

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

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