Html Css Color HEX #CEAAB5 Blossom

📋 copy color: '#CEAAB5'

red 206 ◦ green 170 ◦ blue 181

#CEAAB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #CEAAB5

Tints of Blossom #CEAAB5

RGB

 RED value IS 206 (80.86% from 255) = 36.98%

 GREEN value IS 170 (66.8% from 255) = 30.52%

 BLUE value IS 181 (71.09% from 255) = 32.5%

R = 36.98%
G = 30.52%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CEAAB5 (or 0xCEAAB5) is known color: Blossom. HEX triplet: CE, AA and B5. RGB value is (206,170,181). Sum of RGB (Red+Green+Blue) = 206+170+181=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAAB5 is #31554A. Grayscale: #B6B6B6. Windows color (decimal): -3233099 or 11905742. OLE color: 11905742.

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

Color convert

RGB 206 170 181 -
CMYK 0 0.17 0.12 0.19
HSL 341.67º 0.27% 0.74% -
HSV(B) 341.67º 0.17% 0.81% -
XYZ 48.17 45.21 49.9 -
YUV 182.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 206 170 181 0 0.17 0.12 0.19 341.67 0.27 0.74
Hex CE AA B5 0 11 C 13 156 1B 4A
Octal 316 252 265 0 21 14 23 526 33 112
Binary 11001110 10101010 10110101 0 10001 1100 10011 101010110 11011 1001010

Color Harmonies of #CEAAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAAB5

Black with #CEAAB5

Text Example


Text Example

White with #CEAAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAAB5; }

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

 H1.HeaderClassName
 {
   color: #CEAAB5;
 }
 .AnyTagClassName
 {
   color: #CEAAB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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