#CDADDA

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

Shades of Prelude #CDADDA

Tints of Prelude #CDADDA

Color information

#CDADDA (or 0xCDADDA) is unknown color: approx Prelude. HEX triplet: CD, AD and DA. RGB value is (205,173,218). Sum of RGB (Red+Green+Blue) = 205+173+218=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADDA is #325225. Grayscale: #BBBBBB. Windows color (decimal): -3297830 or 14331341. OLE color: 14331341.

HSL color Cylindrical-coordinate representation of color #CDADDA: hue angle of 282.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDADDA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205173218-
CMYK0.060.2100.15
HSL282.67º37.82%76.67%-
HSV(B)282.67º20.64%85.49%-
XYZ52.7847.9372.8-
YUV187.7145.1140.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=34.40%
G=29.03%
B=36.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051732180.060.2100.15282.6737.8276.67
HexCDADDA6150F11b264d
Octal31525533262501743346115
Binary11001101101011011101101011010101011111000110111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADDA; }

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

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

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

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

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

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

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

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