Html Css Color HEX #CEC4C6 Melanie

📋 copy color: '#CEC4C6'

red 206 ◦ green 196 ◦ blue 198

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

Shades of Melanie #CEC4C6

Tints of Melanie #CEC4C6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.67%

 BLUE value IS 198 (77.73% from 255) = 33%

R = 34.33%
G = 32.67%
B = 33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CEC4C6 (or 0xCEC4C6) is known color: Melanie. HEX triplet: CE, C4 and C6. RGB value is (206,196,198). Sum of RGB (Red+Green+Blue) = 206+196+198=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4C6 is #313B39. Grayscale: #C7C7C7. Windows color (decimal): -3226426 or 13026510. OLE color: 13026510.

HSL color Cylindrical-coordinate representation of color #CEC4C6: hue angle of 348º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CEC4C6 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 196 198 -
CMYK 0 0.05 0.04 0.19
HSL 348º 0.09% 0.79% -
HSV(B) 348º 0.05% 0.81% -
XYZ 55.39 56.68 61.45 -
YUV 199.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 206 196 198 0 0.05 0.04 0.19 348 0.09 0.79
Hex CE C4 C6 0 5 4 13 15C 9 4F
Octal 316 304 306 0 5 4 23 534 11 117
Binary 11001110 11000100 11000110 0 101 100 10011 101011100 1001 1001111

Color Harmonies of #CEC4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC4C6

Black with #CEC4C6

Text Example


Text Example

White with #CEC4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC4C6; }

 p { color: rgb(206,196,198); }

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

background-color css

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

 a { background-color: rgb(206,196,198); }

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

border-color css

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

 span { border-color: rgb(206,196,198); }

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