#CDAEDB

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

Shades of Prelude #CDAEDB

Tints of Prelude #CDAEDB

Color information

#CDAEDB (or 0xCDAEDB) is unknown color: approx Prelude. HEX triplet: CD, AE and DB. RGB value is (205,174,219). Sum of RGB (Red+Green+Blue) = 205+174+219=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEDB is #325124. Grayscale: #BCBCBC. Windows color (decimal): -3297573 or 14397133. OLE color: 14397133.

HSL color Cylindrical-coordinate representation of color #CDAEDB: hue angle of 281.33º degrees, saturation: 0.38, 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 #CDAEDB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205174219-
CMYK0.060.2100.14
HSL281.33º38.46%77.06%-
HSV(B)281.33º20.55%85.88%-
XYZ53.148.3773.55-
YUV188.4145.27139.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.28%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=34.28%
G=29.10%
B=36.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051742190.060.2100.14281.3338.4677.06
HexCDAEDB6150E119264d
Octal31525633362501643146115
Binary11001101101011101101101111010101011101000110011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEDB; }

 p { color: rgb(205,174,219); }

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

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

 a { background-color: rgb(205,174,219); }

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

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

 span { border-color: rgb(205,174,219); }

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