Html Css Color HEX #CEBDC2 Melanie

📋 copy color: '#CEBDC2'

red 206 ◦ green 189 ◦ blue 194

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

Shades of Melanie #CEBDC2

Tints of Melanie #CEBDC2

RGB

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

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

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

R = 34.97%
G = 32.09%
B = 32.94%

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

#CEBDC2 (or 0xCEBDC2) is known color: Melanie. HEX triplet: CE, BD and C2. RGB value is (206,189,194). Sum of RGB (Red+Green+Blue) = 206+189+194=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDC2 is #31423D. Grayscale: #C2C2C2. Windows color (decimal): -3228222 or 12762574. OLE color: 12762574.

HSL color Cylindrical-coordinate representation of color #CEBDC2: hue angle of 342.35º 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 #CEBDC2 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 189 194 -
CMYK 0 0.08 0.06 0.19
HSL 342.35º 0.15% 0.77% -
HSV(B) 342.35º 0.08% 0.81% -
XYZ 53.39 53.41 58.53 -
YUV 194.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 206 189 194 0 0.08 0.06 0.19 342.35 0.15 0.77
Hex CE BD C2 0 8 6 13 156 F 4D
Octal 316 275 302 0 10 6 23 526 17 115
Binary 11001110 10111101 11000010 0 1000 110 10011 101010110 1111 1001101

Color Harmonies of #CEBDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBDC2

Black with #CEBDC2

Text Example


Text Example

White with #CEBDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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