#CEA9B5

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

Shades of Blossom #CEA9B5

Tints of Blossom #CEA9B5

Color information

#CEA9B5 (or 0xCEA9B5) is unknown color: approx Blossom. HEX triplet: CE, A9 and B5. RGB value is (206,169,181). Sum of RGB (Red+Green+Blue) = 206+169+181=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9B5 is #31564A. Grayscale: #B5B5B5. Windows color (decimal): -3233355 or 11905486. OLE color: 11905486.

HSL color Cylindrical-coordinate representation of color #CEA9B5: hue angle of 340.54º 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 #CEA9B5 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB206169181-
CMYK00.180.120.19
HSL340.54º27.41%73.53%-
HSV(B)340.54º17.96%80.78%-
XYZ47.9844.8349.84-
YUV181.43127.76145.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 181 (71.09% from 255) = 32.55%
R=37.05%
G=30.40%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616918100.180.120.19340.5427.4173.53
HexCEA9B5012C131551b4a
Octal316251265022142352533112
Binary110011101010100110110101010010110010011101010101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA9B5; }

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

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

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

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

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

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

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

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