#CDADDF

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

Shades of Prelude #CDADDF

Tints of Prelude #CDADDF

Color information

#CDADDF (or 0xCDADDF) is unknown color: approx Prelude. HEX triplet: CD, AD and DF. RGB value is (205,173,223). Sum of RGB (Red+Green+Blue) = 205+173+223=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADDF is #325220. Grayscale: #BCBCBC. Windows color (decimal): -3297825 or 14659021. OLE color: 14659021.

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

Color convert

RGB205173223-
CMYK0.080.2200.13
HSL278.4º43.86%77.65%-
HSV(B)278.4º22.42%87.45%-
XYZ53.4448.1976.3-
YUV188.27147.6139.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 173 (67.97% from 255) = 28.79%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=34.11%
G=28.79%
B=37.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051732230.080.2200.13278.443.8677.65
HexCDADDF8160D1162c4e
Octal315255337102601542654116
Binary110011011010110111011111100010110011011000101101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADDF; }

 p { color: rgb(205,173,223); }

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

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

 a { background-color: rgb(205,173,223); }

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

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

 span { border-color: rgb(205,173,223); }

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