#CDAEDC

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

Shades of Prelude #CDAEDC

Tints of Prelude #CDAEDC

Color information

#CDAEDC (or 0xCDAEDC) is unknown color: approx Prelude. HEX triplet: CD, AE and DC. RGB value is (205,174,220). Sum of RGB (Red+Green+Blue) = 205+174+220=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEDC is #325123. Grayscale: #BCBCBC. Windows color (decimal): -3297572 or 14462669. OLE color: 14462669.

HSL color Cylindrical-coordinate representation of color #CDAEDC: hue angle of 280.43º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDAEDC is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205174220-
CMYK0.070.2100.14
HSL280.43º39.66%77.25%-
HSV(B)280.43º20.91%86.27%-
XYZ53.2348.4274.25-
YUV188.51145.77139.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 174 (68.36% from 255) = 29.05%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=34.22%
G=29.05%
B=36.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051742200.070.2100.14280.4339.6677.25
HexCDAEDC7150E118284d
Octal31525633472501643050115
Binary11001101101011101101110011110101011101000110001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEDC; }

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

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

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

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

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

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

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

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