Html Css Color HEX #CEA8B2 Blossom

📋 copy color: '#CEA8B2'

red 206 ◦ green 168 ◦ blue 178

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

Shades of Blossom #CEA8B2

Tints of Blossom #CEA8B2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.43%

 BLUE value IS 178 (69.92% from 255) = 32.25%

R = 37.32%
G = 30.43%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CEA8B2 (or 0xCEA8B2) is known color: Blossom. HEX triplet: CE, A8 and B2. RGB value is (206,168,178). Sum of RGB (Red+Green+Blue) = 206+168+178=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA8B2 is #31574D. Grayscale: #B4B4B4. Windows color (decimal): -3233614 or 11708622. OLE color: 11708622.

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

Color convert

RGB 206 168 178 -
CMYK 0 0.18 0.14 0.19
HSL 344.21º 0.28% 0.73% -
HSV(B) 344.21º 0.18% 0.81% -
XYZ 47.49 44.34 48.18 -
YUV 180.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 206 168 178 0 0.18 0.14 0.19 344.21 0.28 0.73
Hex CE A8 B2 0 12 E 13 158 1C 49
Octal 316 250 262 0 22 16 23 530 34 111
Binary 11001110 10101000 10110010 0 10010 1110 10011 101011000 11100 1001001

Color Harmonies of #CEA8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8B2

Black with #CEA8B2

Text Example


Text Example

White with #CEA8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8B2; }

 p { color: rgb(206,168,178); }

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

background-color css

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

 a { background-color: rgb(206,168,178); }

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

border-color css

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

 span { border-color: rgb(206,168,178); }

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