#CDAFD1

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

Shades of Prelude #CDAFD1

Tints of Prelude #CDAFD1

Color information

#CDAFD1 (or 0xCDAFD1) is unknown color: approx Prelude. HEX triplet: CD, AF and D1. RGB value is (205,175,209). Sum of RGB (Red+Green+Blue) = 205+175+209=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDAFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFD1 is #32502E. Grayscale: #BBBBBB. Windows color (decimal): -3297327 or 13742029. OLE color: 13742029.

HSL color Cylindrical-coordinate representation of color #CDAFD1: hue angle of 292.94º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDAFD1 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205175209-
CMYK0.020.1600.18
HSL292.94º26.98%75.29%-
HSV(B)292.94º16.27%81.96%-
XYZ52.0248.2466.89-
YUV187.85139.94140.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.80%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=34.80%
G=29.71%
B=35.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051752090.020.1600.18292.9426.9875.29
HexCDAFD12100121251b4b
Octal31525732122002244533113
Binary1100110110101111110100011010000010010100100101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFD1; }

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

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

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

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

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

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

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

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