#CDBAD1

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

Shades of Prelude #CDBAD1

Tints of Prelude #CDBAD1

Color information

#CDBAD1 (or 0xCDBAD1) is unknown color: approx Prelude. HEX triplet: CD, BA and D1. RGB value is (205,186,209). Sum of RGB (Red+Green+Blue) = 205+186+209=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDBAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBAD1 is #32452E. Grayscale: #C2C2C2. Windows color (decimal): -3294511 or 13744845. OLE color: 13744845.

HSL color Cylindrical-coordinate representation of color #CDBAD1: hue angle of 289.57º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDBAD1 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205186209-
CMYK0.020.1100.18
HSL289.57º20%77.45%-
HSV(B)289.57º11%81.96%-
XYZ54.2452.767.63-
YUV194.3136.29135.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=34.17%
G=31%
B=34.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051862090.020.1100.18289.572077.45
HexCDBAD12B012122144d
Octal31527232121302244224115
Binary110011011011101011010001101011010010100100010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBAD1; }

 p { color: rgb(205,186,209); }

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

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

 a { background-color: rgb(205,186,209); }

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

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

 span { border-color: rgb(205,186,209); }

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