#CDAFD9

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

Shades of Prelude #CDAFD9

Tints of Prelude #CDAFD9

Color information

#CDAFD9 (or 0xCDAFD9) is unknown color: approx Prelude. HEX triplet: CD, AF and D9. RGB value is (205,175,217). Sum of RGB (Red+Green+Blue) = 205+175+217=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 217 - color contains mainly: blue. Hex color #CDAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFD9 is #325026. Grayscale: #BCBCBC. Windows color (decimal): -3297319 or 14266317. OLE color: 14266317.

HSL color Cylindrical-coordinate representation of color #CDAFD9: hue angle of 282.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDAFD9 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205175217-
CMYK0.060.1900.15
HSL282.86º35.59%76.86%-
HSV(B)282.86º19.35%85.1%-
XYZ53.0348.6572.24-
YUV188.76143.94139.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 217 (85.16% from 255) = 36.35%
R=34.34%
G=29.31%
B=36.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051752170.060.1900.15282.8635.5976.86
HexCDAFD96130F11b244d
Octal31525733162301743344115
Binary11001101101011111101100111010011011111000110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFD9; }

 p { color: rgb(205,175,217); }

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

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

 a { background-color: rgb(205,175,217); }

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

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

 span { border-color: rgb(205,175,217); }

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