#CDADD3

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

Shades of Prelude #CDADD3

Tints of Prelude #CDADD3

Color information

#CDADD3 (or 0xCDADD3) is unknown color: approx Prelude. HEX triplet: CD, AD and D3. RGB value is (205,173,211). Sum of RGB (Red+Green+Blue) = 205+173+211=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 211 - color contains mainly: blue. Hex color #CDADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADD3 is #32522C. Grayscale: #BABABA. Windows color (decimal): -3297837 or 13872589. OLE color: 13872589.

HSL color Cylindrical-coordinate representation of color #CDADD3: hue angle of 290.53º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDADD3 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205173211-
CMYK0.030.1800.17
HSL290.53º30.16%75.29%-
HSV(B)290.53º18.01%82.75%-
XYZ51.8847.5768.08-
YUV186.9141.6140.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.80%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 211 (82.81% from 255) = 35.82%
R=34.80%
G=29.37%
B=35.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051732110.030.1800.17290.5330.1675.29
HexCDADD33120111231e4b
Octal31525532332202144336113
Binary1100110110101101110100111110010010001100100011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADD3; }

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

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

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

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

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

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

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

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