Html Css Color HEX #CEAFBA Melanie

📋 copy color: '#CEAFBA'

red 206 ◦ green 175 ◦ blue 186

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

Shades of Melanie #CEAFBA

Tints of Melanie #CEAFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.86%

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 36.33%
G = 30.86%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEAFBA (or 0xCEAFBA) is known color: Melanie. HEX triplet: CE, AF and BA. RGB value is (206,175,186). Sum of RGB (Red+Green+Blue) = 206+175+186=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFBA is #315045. Grayscale: #B9B9B9. Windows color (decimal): -3231814 or 12234702. OLE color: 12234702.

HSL color Cylindrical-coordinate representation of color #CEAFBA: hue angle of 338.71º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEAFBA is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 186 -
CMYK 0 0.15 0.10 0.19
HSL 338.71º 0.24% 0.75% -
HSV(B) 338.71º 0.15% 0.81% -
XYZ 49.65 47.33 52.97 -
YUV 185.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 206 175 186 0 0.15 0.10 0.19 338.71 0.24 0.75
Hex CE AF BA 0 F A 13 153 18 4B
Octal 316 257 272 0 17 12 23 523 30 113
Binary 11001110 10101111 10111010 0 1111 1010 10011 101010011 11000 1001011

Color Harmonies of #CEAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFBA

Black with #CEAFBA

Text Example


Text Example

White with #CEAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFBA; }

 p { color: rgb(206,175,186); }

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

background-color css

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

 a { background-color: rgb(206,175,186); }

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

border-color css

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

 span { border-color: rgb(206,175,186); }

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