#CEA9B3

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

Shades of Blossom #CEA9B3

Tints of Blossom #CEA9B3

Color information

#CEA9B3 (or 0xCEA9B3) is unknown color: approx Blossom. HEX triplet: CE, A9 and B3. RGB value is (206,169,179). Sum of RGB (Red+Green+Blue) = 206+169+179=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9B3 is #31564C. Grayscale: #B5B5B5. Windows color (decimal): -3233357 or 11774414. OLE color: 11774414.

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

Color convert

RGB206169179-
CMYK00.180.130.19
HSL343.78º27.41%73.53%-
HSV(B)343.78º17.96%80.78%-
XYZ47.7844.7548.77-
YUV181.2126.76145.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 179 (70.31% from 255) = 32.31%
R=37.18%
G=30.51%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616917900.180.130.19343.7827.4173.53
HexCEA9B3012D131581b4a
Octal316251263022152353033112
Binary110011101010100110110011010010110110011101011000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA9B3; }

 p { color: rgb(206,169,179); }

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

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

 a { background-color: rgb(206,169,179); }

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

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

 span { border-color: rgb(206,169,179); }

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