#CDA7B3

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

Shades of Blossom #CDA7B3

Tints of Blossom #CDA7B3

Color information

#CDA7B3 (or 0xCDA7B3) is unknown color: approx Blossom. HEX triplet: CD, A7 and B3. RGB value is (205,167,179). Sum of RGB (Red+Green+Blue) = 205+167+179=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7B3 is #32584C. Grayscale: #B3B3B3. Windows color (decimal): -3299405 or 11773901. OLE color: 11773901.

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

Color convert

RGB205167179-
CMYK00.190.130.20
HSL341.05º27.54%72.94%-
HSV(B)341.05º18.54%80.39%-
XYZ47.1343.8748.63-
YUV179.73127.59146.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 167 (65.62% from 255) = 30.31%
BLUE value IS 179 (70.31% from 255) = 32.49%
R=37.21%
G=30.31%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516717900.190.130.20341.0527.5472.94
HexCDA7B3013D141551c49
Octal315247263023152452534111
Binary110011011010011110110011010011110110100101010101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7B3; }

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

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

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

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

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

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

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

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