#CDAED1

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

Shades of Prelude #CDAED1

Tints of Prelude #CDAED1

Color information

#CDAED1 (or 0xCDAED1) is unknown color: approx Prelude. HEX triplet: CD, AE and D1. RGB value is (205,174,209). Sum of RGB (Red+Green+Blue) = 205+174+209=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAED1 is #32512E. Grayscale: #BBBBBB. Windows color (decimal): -3297583 or 13741773. OLE color: 13741773.

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

Color convert

RGB205174209-
CMYK0.020.1700.18
HSL293.14º27.56%75.1%-
HSV(B)293.14º16.75%81.96%-
XYZ51.8247.8566.83-
YUV187.26140.27140.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 209 (82.03% from 255) = 35.54%
R=34.86%
G=29.59%
B=35.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051742090.020.1700.18293.1427.5675.1
HexCDAED12110121251c4b
Octal31525632122102244534113
Binary1100110110101110110100011010001010010100100101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAED1; }

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

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

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

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

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

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

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

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