#CDADDE

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

Shades of Prelude #CDADDE

Tints of Prelude #CDADDE

Color information

#CDADDE (or 0xCDADDE) is unknown color: approx Prelude. HEX triplet: CD, AD and DE. RGB value is (205,173,222). Sum of RGB (Red+Green+Blue) = 205+173+222=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADDE is #325221. Grayscale: #BBBBBB. Windows color (decimal): -3297826 or 14593485. OLE color: 14593485.

HSL color Cylindrical-coordinate representation of color #CDADDE: hue angle of 279.18º degrees, saturation: 0.43, 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 #CDADDE is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205173222-
CMYK0.080.2200.13
HSL279.18º42.61%77.45%-
HSV(B)279.18º22.07%87.06%-
XYZ53.3148.1475.59-
YUV188.15147.1140.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 222 (87.11% from 255) = 37%
R=34.17%
G=28.83%
B=37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051732220.080.2200.13279.1842.6177.45
HexCDADDE8160D1172b4d
Octal315255336102601542753115
Binary110011011010110111011110100010110011011000101111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADDE; }

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

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

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

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

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

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

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

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