Html Css Color HEX #CEC9CA Melanie

📋 copy color: '#CEC9CA'

red 206 ◦ green 201 ◦ blue 202

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

Shades of Melanie #CEC9CA

Tints of Melanie #CEC9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33%

 BLUE value IS 202 (79.3% from 255) = 33.17%

R = 33.83%
G = 33%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CEC9CA (or 0xCEC9CA) is known color: Melanie. HEX triplet: CE, C9 and CA. RGB value is (206,201,202). Sum of RGB (Red+Green+Blue) = 206+201+202=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9CA is #313635. Grayscale: #CACACA. Windows color (decimal): -3225142 or 13289934. OLE color: 13289934.

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

Color convert

RGB 206 201 202 -
CMYK 0 0.02 0.02 0.19
HSL 348º 0.05% 0.8% -
HSV(B) 348º 0.02% 0.81% -
XYZ 57 59.16 64.29 -
YUV 202.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 206 201 202 0 0.02 0.02 0.19 348 0.05 0.8
Hex CE C9 CA 0 2 2 13 15C 5 50
Octal 316 311 312 0 2 2 23 534 5 120
Binary 11001110 11001001 11001010 0 10 10 10011 101011100 101 1010000

Color Harmonies of #CEC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC9CA

Black with #CEC9CA

Text Example


Text Example

White with #CEC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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