#CDADD6

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

Shades of Prelude #CDADD6

Tints of Prelude #CDADD6

Color information

#CDADD6 (or 0xCDADD6) is unknown color: approx Prelude. HEX triplet: CD, AD and D6. RGB value is (205,173,214). Sum of RGB (Red+Green+Blue) = 205+173+214=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADD6 is #325229. Grayscale: #BBBBBB. Windows color (decimal): -3297834 or 14069197. OLE color: 14069197.

HSL color Cylindrical-coordinate representation of color #CDADD6: hue angle of 286.83º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDADD6 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205173214-
CMYK0.040.1900.16
HSL286.83º33.33%75.88%-
HSV(B)286.83º19.16%83.92%-
XYZ52.2647.7270.08-
YUV187.24143.1140.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 173 (67.97% from 255) = 29.22%
BLUE value IS 214 (83.98% from 255) = 36.15%
R=34.63%
G=29.22%
B=36.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051732140.040.1900.16286.8333.3375.88
HexCDADD641301011f214c
Octal31525532642302043741114
Binary110011011010110111010110100100110100001000111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADD6; }

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

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

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

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

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

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

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

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