#CDAEDE

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

Shades of Prelude #CDAEDE

Tints of Prelude #CDAEDE

Color information

#CDAEDE (or 0xCDAEDE) is unknown color: approx Prelude. HEX triplet: CD, AE and DE. RGB value is (205,174,222). Sum of RGB (Red+Green+Blue) = 205+174+222=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEDE is #325121. Grayscale: #BCBCBC. Windows color (decimal): -3297570 or 14593741. OLE color: 14593741.

HSL color Cylindrical-coordinate representation of color #CDAEDE: hue angle of 278.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDAEDE is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205174222-
CMYK0.080.2200.13
HSL278.75º42.11%77.65%-
HSV(B)278.75º21.62%87.06%-
XYZ53.548.5375.65-
YUV188.74146.77139.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=34.11%
G=28.95%
B=36.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051742220.080.2200.13278.7542.1177.65
HexCDAEDE8160D1172a4e
Octal315256336102601542752116
Binary110011011010111011011110100010110011011000101111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEDE; }

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

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

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

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

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

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

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

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