#CEAAB4

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

Shades of Blossom #CEAAB4

Tints of Blossom #CEAAB4

Color information

#CEAAB4 (or 0xCEAAB4) is unknown color: approx Blossom. HEX triplet: CE, AA and B4. RGB value is (206,170,180). Sum of RGB (Red+Green+Blue) = 206+170+180=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAAB4 is #31554B. Grayscale: #B5B5B5. Windows color (decimal): -3233100 or 11840206. OLE color: 11840206.

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

Color convert

RGB206170180-
CMYK00.170.130.19
HSL343.33º26.87%73.73%-
HSV(B)343.33º17.48%80.78%-
XYZ48.0745.1749.36-
YUV181.9126.93145.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=37.05%
G=30.58%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617018000.170.130.19343.3326.8773.73
HexCEAAB4011D131571b4a
Octal316252264021152352733112
Binary110011101010101010110100010001110110011101010111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAB4; }

 p { color: rgb(206,170,180); }

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

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

 a { background-color: rgb(206,170,180); }

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

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

 span { border-color: rgb(206,170,180); }

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