#CDAFDE

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

Shades of Prelude #CDAFDE

Tints of Prelude #CDAFDE

Color information

#CDAFDE (or 0xCDAFDE) is unknown color: approx Prelude. HEX triplet: CD, AF and DE. RGB value is (205,175,222). Sum of RGB (Red+Green+Blue) = 205+175+222=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDAFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFDE is #325021. Grayscale: #BDBDBD. Windows color (decimal): -3297314 or 14593997. OLE color: 14593997.

HSL color Cylindrical-coordinate representation of color #CDAFDE: hue angle of 278.3º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDAFDE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205175222-
CMYK0.080.2100.13
HSL278.3º41.59%77.84%-
HSV(B)278.3º21.17%87.06%-
XYZ53.6948.9175.72-
YUV189.33146.44139.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 175 (68.75% from 255) = 29.07%
BLUE value IS 222 (87.11% from 255) = 36.88%
R=34.05%
G=29.07%
B=36.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051752220.080.2100.13278.341.5977.84
HexCDAFDE8150D1162a4e
Octal315257336102501542652116
Binary110011011010111111011110100010101011011000101101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFDE; }

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

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

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

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

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

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

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

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