Html Css Color HEX #CEC0C4 Melanie

📋 copy color: '#CEC0C4'

red 206 ◦ green 192 ◦ blue 196

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

Shades of Melanie #CEC0C4

Tints of Melanie #CEC0C4

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.32%

 BLUE value IS 196 (76.95% from 255) = 33%

R = 34.68%
G = 32.32%
B = 33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CEC0C4 (or 0xCEC0C4) is known color: Melanie. HEX triplet: CE, C0 and C4. RGB value is (206,192,196). Sum of RGB (Red+Green+Blue) = 206+192+196=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0C4 is #313F3B. Grayscale: #C4C4C4. Windows color (decimal): -3227452 or 12894414. OLE color: 12894414.

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

Color convert

RGB 206 192 196 -
CMYK 0 0.07 0.05 0.19
HSL 342.86º 0.13% 0.78% -
HSV(B) 342.86º 0.07% 0.81% -
XYZ 54.27 54.81 59.94 -
YUV 196.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 206 192 196 0 0.07 0.05 0.19 342.86 0.13 0.78
Hex CE C0 C4 0 7 5 13 157 C 4E
Octal 316 300 304 0 7 5 23 527 14 116
Binary 11001110 11000000 11000100 0 111 101 10011 101010111 1100 1001110

Color Harmonies of #CEC0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC0C4

Black with #CEC0C4

Text Example


Text Example

White with #CEC0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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