#CDAED9

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

Shades of Prelude #CDAED9

Tints of Prelude #CDAED9

Color information

#CDAED9 (or 0xCDAED9) is unknown color: approx Prelude. HEX triplet: CD, AE and D9. RGB value is (205,174,217). Sum of RGB (Red+Green+Blue) = 205+174+217=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #CDAED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAED9 is #325126. Grayscale: #BCBCBC. Windows color (decimal): -3297575 or 14266061. OLE color: 14266061.

HSL color Cylindrical-coordinate representation of color #CDAED9: hue angle of 283.26º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDAED9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205174217-
CMYK0.060.2000.15
HSL283.26º36.13%76.67%-
HSV(B)283.26º19.82%85.1%-
XYZ52.8448.2672.18-
YUV188.17144.27140-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 174 (68.36% from 255) = 29.19%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=34.40%
G=29.19%
B=36.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051742170.060.2000.15283.2636.1376.67
HexCDAED96140F11b244d
Octal31525633162401743344115
Binary11001101101011101101100111010100011111000110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAED9; }

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

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

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

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

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

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

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

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