#CDAEDF

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

Shades of Prelude #CDAEDF

Tints of Prelude #CDAEDF

Color information

#CDAEDF (or 0xCDAEDF) is unknown color: approx Prelude. HEX triplet: CD, AE and DF. RGB value is (205,174,223). Sum of RGB (Red+Green+Blue) = 205+174+223=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEDF is #325120. Grayscale: #BCBCBC. Windows color (decimal): -3297569 or 14659277. OLE color: 14659277.

HSL color Cylindrical-coordinate representation of color #CDAEDF: hue angle of 277.96º degrees, saturation: 0.43, 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 #CDAEDF is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205174223-
CMYK0.080.2200.13
HSL277.96º43.36%77.84%-
HSV(B)277.96º21.97%87.45%-
XYZ53.6348.5876.36-
YUV188.86147.27139.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 174 (68.36% from 255) = 28.90%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=34.05%
G=28.90%
B=37.04%

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
Decimal2051742230.080.2200.13277.9643.3677.84
HexCDAEDF8160D1162b4e
Octal315256337102601542653116
Binary110011011010111011011111100010110011011000101101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEDF; }

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

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

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

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

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

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

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

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