Html Css Color HEX #CEBDC1 Melanie

📋 copy color: '#CEBDC1'

red 206 ◦ green 189 ◦ blue 193

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

Shades of Melanie #CEBDC1

Tints of Melanie #CEBDC1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.14%

 BLUE value IS 193 (75.78% from 255) = 32.82%

R = 35.03%
G = 32.14%
B = 32.82%

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

#CEBDC1 (or 0xCEBDC1) is known color: Melanie. HEX triplet: CE, BD and C1. RGB value is (206,189,193). Sum of RGB (Red+Green+Blue) = 206+189+193=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDC1 is #31423E. Grayscale: #C2C2C2. Windows color (decimal): -3228223 or 12697038. OLE color: 12697038.

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

Color convert

RGB 206 189 193 -
CMYK 0 0.08 0.06 0.19
HSL 345.88º 0.15% 0.77% -
HSV(B) 345.88º 0.08% 0.81% -
XYZ 53.28 53.37 57.95 -
YUV 194.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 206 189 193 0 0.08 0.06 0.19 345.88 0.15 0.77
Hex CE BD C1 0 8 6 13 15A F 4D
Octal 316 275 301 0 10 6 23 532 17 115
Binary 11001110 10111101 11000001 0 1000 110 10011 101011010 1111 1001101

Color Harmonies of #CEBDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBDC1

Black with #CEBDC1

Text Example


Text Example

White with #CEBDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBDC1; }

 p { color: rgb(206,189,193); }

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

background-color css

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

 a { background-color: rgb(206,189,193); }

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

border-color css

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

 span { border-color: rgb(206,189,193); }

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