#CDADDD

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

Shades of Prelude #CDADDD

Tints of Prelude #CDADDD

Color information

#CDADDD (or 0xCDADDD) is unknown color: approx Prelude. HEX triplet: CD, AD and DD. RGB value is (205,173,221). Sum of RGB (Red+Green+Blue) = 205+173+221=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADDD is #325222. Grayscale: #BBBBBB. Windows color (decimal): -3297827 or 14527949. OLE color: 14527949.

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

Color convert

RGB205173221-
CMYK0.070.2200.13
HSL280º41.38%77.25%-
HSV(B)280º21.72%86.67%-
XYZ53.1748.0974.89-
YUV188.04146.6140.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 173 (67.97% from 255) = 28.88%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=34.22%
G=28.88%
B=36.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051732210.070.2200.1328041.3877.25
HexCDADDD7160D118294d
Octal31525533572601543051115
Binary11001101101011011101110111110110011011000110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADDD; }

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

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

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

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

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

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

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

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