#CDAED7

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

Shades of Prelude #CDAED7

Tints of Prelude #CDAED7

Color information

#CDAED7 (or 0xCDAED7) is unknown color: approx Prelude. HEX triplet: CD, AE and D7. RGB value is (205,174,215). Sum of RGB (Red+Green+Blue) = 205+174+215=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #CDAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAED7 is #325128. Grayscale: #BBBBBB. Windows color (decimal): -3297577 or 14134989. OLE color: 14134989.

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

Color convert

RGB205174215-
CMYK0.050.1900.16
HSL285.37º33.88%76.27%-
HSV(B)285.37º19.07%84.31%-
XYZ52.5848.1670.81-
YUV187.94143.27140.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 215 (84.38% from 255) = 36.20%
R=34.51%
G=29.29%
B=36.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051742150.050.1900.16285.3733.8876.27
HexCDAED751301011d224c
Octal31525632752302043542114
Binary110011011010111011010111101100110100001000111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAED7; }

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

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

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

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

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

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

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

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