#CDBAD2

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

Shades of Prelude #CDBAD2

Tints of Prelude #CDBAD2

Color information

#CDBAD2 (or 0xCDBAD2) is unknown color: approx Prelude. HEX triplet: CD, BA and D2. RGB value is (205,186,210). Sum of RGB (Red+Green+Blue) = 205+186+210=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 210 - color contains mainly: blue. Hex color #CDBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBAD2 is #32452D. Grayscale: #C2C2C2. Windows color (decimal): -3294510 or 13810381. OLE color: 13810381.

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

Color convert

RGB205186210-
CMYK0.020.1100.18
HSL287.5º21.05%77.65%-
HSV(B)287.5º11.43%82.35%-
XYZ54.3752.7568.29-
YUV194.42136.79135.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 210 (82.42% from 255) = 34.94%
R=34.11%
G=30.95%
B=34.94%

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
Decimal2051862100.020.1100.18287.521.0577.65
HexCDBAD22B012120154e
Octal31527232221302244025116
Binary110011011011101011010010101011010010100100000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBAD2; }

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

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

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

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

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

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

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

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