#CDAED3

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

Shades of Prelude #CDAED3

Tints of Prelude #CDAED3

Color information

#CDAED3 (or 0xCDAED3) is unknown color: approx Prelude. HEX triplet: CD, AE and D3. RGB value is (205,174,211). Sum of RGB (Red+Green+Blue) = 205+174+211=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 211 - color contains mainly: blue. Hex color #CDAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAED3 is #32512C. Grayscale: #BBBBBB. Windows color (decimal): -3297581 or 13872845. OLE color: 13872845.

HSL color Cylindrical-coordinate representation of color #CDAED3: hue angle of 290.27º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDAED3 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205174211-
CMYK0.030.1800.17
HSL290.27º29.6%75.49%-
HSV(B)290.27º17.54%82.75%-
XYZ52.0747.9568.14-
YUV187.49141.27140.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 211 (82.81% from 255) = 35.76%
R=34.75%
G=29.49%
B=35.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051742110.030.1800.17290.2729.675.49
HexCDAED33120111221e4b
Octal31525632332202144236113
Binary1100110110101110110100111110010010001100100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAED3; }

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

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

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

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

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

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

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

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