#CDABB5

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

Shades of Blossom #CDABB5

Tints of Blossom #CDABB5

Color information

#CDABB5 (or 0xCDABB5) is unknown color: approx Blossom. HEX triplet: CD, AB and B5. RGB value is (205,171,181). Sum of RGB (Red+Green+Blue) = 205+171+181=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABB5 is #32544A. Grayscale: #B6B6B6. Windows color (decimal): -3298379 or 11905997. OLE color: 11905997.

HSL color Cylindrical-coordinate representation of color #CDABB5: hue angle of 342.35º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDABB5 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB205171181-
CMYK00.170.120.20
HSL342.35º25.37%73.73%-
HSV(B)342.35º16.59%80.39%-
XYZ48.0845.4449.95-
YUV182.31127.26144.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 181 (71.09% from 255) = 32.50%
R=36.80%
G=30.70%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517118100.170.120.20342.3525.3773.73
HexCDABB5011C14156194a
Octal315253265021142452631112
Binary110011011010101110110101010001110010100101010110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABB5; }

 p { color: rgb(205,171,181); }

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

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

 a { background-color: rgb(205,171,181); }

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

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

 span { border-color: rgb(205,171,181); }

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