#CDA8B3

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

Shades of Blossom #CDA8B3

Tints of Blossom #CDA8B3

Color information

#CDA8B3 (or 0xCDA8B3) is unknown color: approx Blossom. HEX triplet: CD, A8 and B3. RGB value is (205,168,179). Sum of RGB (Red+Green+Blue) = 205+168+179=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8B3 is #32574C. Grayscale: #B4B4B4. Windows color (decimal): -3299149 or 11774157. OLE color: 11774157.

HSL color Cylindrical-coordinate representation of color #CDA8B3: hue angle of 342.16º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA8B3 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB205168179-
CMYK00.180.130.20
HSL342.16º27.01%73.14%-
HSV(B)342.16º18.05%80.39%-
XYZ47.3244.2448.69-
YUV180.32127.26145.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 168 (66.02% from 255) = 30.43%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=37.14%
G=30.43%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516817900.180.130.20342.1627.0173.14
HexCDA8B3012D141561b49
Octal315250263022152452633111
Binary110011011010100010110011010010110110100101010110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8B3; }

 p { color: rgb(205,168,179); }

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

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

 a { background-color: rgb(205,168,179); }

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

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

 span { border-color: rgb(205,168,179); }

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