Html Css Color HEX #CEBEC2 Melanie

📋 copy color: '#CEBEC2'

red 206 ◦ green 190 ◦ blue 194

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

Shades of Melanie #CEBEC2

Tints of Melanie #CEBEC2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.2%

 BLUE value IS 194 (76.17% from 255) = 32.88%

R = 34.92%
G = 32.2%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CEBEC2 (or 0xCEBEC2) is known color: Melanie. HEX triplet: CE, BE and C2. RGB value is (206,190,194). Sum of RGB (Red+Green+Blue) = 206+190+194=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEC2 is #31413D. Grayscale: #C3C3C3. Windows color (decimal): -3227966 or 12762830. OLE color: 12762830.

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

Color convert

RGB 206 190 194 -
CMYK 0 0.08 0.06 0.19
HSL 345º 0.14% 0.78% -
HSV(B) 345º 0.08% 0.81% -
XYZ 53.6 53.84 58.61 -
YUV 195.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 206 190 194 0 0.08 0.06 0.19 345 0.14 0.78
Hex CE BE C2 0 8 6 13 159 E 4E
Octal 316 276 302 0 10 6 23 531 16 116
Binary 11001110 10111110 11000010 0 1000 110 10011 101011001 1110 1001110

Color Harmonies of #CEBEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBEC2

Black with #CEBEC2

Text Example


Text Example

White with #CEBEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBEC2; }

 p { color: rgb(206,190,194); }

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

background-color css

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

 a { background-color: rgb(206,190,194); }

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

border-color css

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

 span { border-color: rgb(206,190,194); }

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