#CDAED5

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

Shades of Prelude #CDAED5

Tints of Prelude #CDAED5

Color information

#CDAED5 (or 0xCDAED5) is unknown color: approx Prelude. HEX triplet: CD, AE and D5. RGB value is (205,174,213). Sum of RGB (Red+Green+Blue) = 205+174+213=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAED5 is #32512A. Grayscale: #BBBBBB. Windows color (decimal): -3297579 or 14003917. OLE color: 14003917.

HSL color Cylindrical-coordinate representation of color #CDAED5: hue angle of 287.69º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDAED5 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205174213-
CMYK0.040.1800.16
HSL287.69º31.71%75.88%-
HSV(B)287.69º18.31%83.53%-
XYZ52.3248.0669.47-
YUV187.72142.27140.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=34.63%
G=29.39%
B=35.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051742130.040.1800.16287.6931.7175.88
HexCDAED5412010120204c
Octal31525632542202044040114
Binary110011011010111011010101100100100100001001000001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAED5; }

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

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

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

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

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

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

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

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