#CDAED6

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

Shades of Prelude #CDAED6

Tints of Prelude #CDAED6

Color information

#CDAED6 (or 0xCDAED6) is unknown color: approx Prelude. HEX triplet: CD, AE and D6. RGB value is (205,174,214). Sum of RGB (Red+Green+Blue) = 205+174+214=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAED6 is #325129. Grayscale: #BBBBBB. Windows color (decimal): -3297578 or 14069453. OLE color: 14069453.

HSL color Cylindrical-coordinate representation of color #CDAED6: hue angle of 286.5º degrees, saturation: 0.33, 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 #CDAED6 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205174214-
CMYK0.040.1900.16
HSL286.5º32.79%76.08%-
HSV(B)286.5º18.69%83.92%-
XYZ52.4548.1170.14-
YUV187.83142.77140.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 214 (83.98% from 255) = 36.09%
R=34.57%
G=29.34%
B=36.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051742140.040.1900.16286.532.7976.08
HexCDAED641301011e214c
Octal31525632642302043641114
Binary110011011010111011010110100100110100001000111101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAED6; }

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

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

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

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

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

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

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

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