#CDADDC

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

Shades of Prelude #CDADDC

Tints of Prelude #CDADDC

Color information

#CDADDC (or 0xCDADDC) is unknown color: approx Prelude. HEX triplet: CD, AD and DC. RGB value is (205,173,220). Sum of RGB (Red+Green+Blue) = 205+173+220=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADDC is #325223. Grayscale: #BBBBBB. Windows color (decimal): -3297828 or 14462413. OLE color: 14462413.

HSL color Cylindrical-coordinate representation of color #CDADDC: hue angle of 280.85º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDADDC is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205173220-
CMYK0.070.2100.14
HSL280.85º40.17%77.06%-
HSV(B)280.85º21.36%86.27%-
XYZ53.0448.0374.19-
YUV187.93146.1140.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.28%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=34.28%
G=28.93%
B=36.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051732200.070.2100.14280.8540.1777.06
HexCDADDC7150E119284d
Octal31525533472501643150115
Binary11001101101011011101110011110101011101000110011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADDC; }

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

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

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

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

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

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

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

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