Html Css Color HEX #CEC8C9 Melanie

📋 copy color: '#CEC8C9'

red 206 ◦ green 200 ◦ blue 201

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

Shades of Melanie #CEC8C9

Tints of Melanie #CEC8C9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.95%

 BLUE value IS 201 (78.91% from 255) = 33.11%

R = 33.94%
G = 32.95%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CEC8C9 (or 0xCEC8C9) is known color: Melanie. HEX triplet: CE, C8 and C9. RGB value is (206,200,201). Sum of RGB (Red+Green+Blue) = 206+200+201=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8C9 is #313736. Grayscale: #C9C9C9. Windows color (decimal): -3225399 or 13224142. OLE color: 13224142.

HSL color Cylindrical-coordinate representation of color #CEC8C9: hue angle of 350º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CEC8C9 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 200 201 -
CMYK 0 0.03 0.02 0.19
HSL 350º 0.06% 0.8% -
HSV(B) 350º 0.03% 0.81% -
XYZ 56.65 58.65 63.59 -
YUV 201.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 206 200 201 0 0.03 0.02 0.19 350 0.06 0.8
Hex CE C8 C9 0 3 2 13 15E 6 50
Octal 316 310 311 0 3 2 23 536 6 120
Binary 11001110 11001000 11001001 0 11 10 10011 101011110 110 1010000

Color Harmonies of #CEC8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC8C9

Black with #CEC8C9

Text Example


Text Example

White with #CEC8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC8C9; }

 p { color: rgb(206,200,201); }

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

background-color css

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

 a { background-color: rgb(206,200,201); }

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

border-color css

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

 span { border-color: rgb(206,200,201); }

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