Html Css Color HEX #CBBEC1 Melanie

📋 copy color: '#CBBEC1'

red 203 ◦ green 190 ◦ blue 193

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

Shades of Melanie #CBBEC1

Tints of Melanie #CBBEC1

RGB

 RED value IS 203 (79.69% from 255) = 34.64%

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

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

R = 34.64%
G = 32.42%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CBBEC1 (or 0xCBBEC1) is known color: Melanie. HEX triplet: CB, BE and C1. RGB value is (203,190,193). Sum of RGB (Red+Green+Blue) = 203+190+193=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEC1 is #34413E. Grayscale: #C2C2C2. Windows color (decimal): -3424575 or 12697291. OLE color: 12697291.

HSL color Cylindrical-coordinate representation of color #CBBEC1: hue angle of 346.15º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBBEC1 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 190 193 -
CMYK 0 0.06 0.05 0.20
HSL 346.15º 0.11% 0.77% -
HSV(B) 346.15º 0.06% 0.8% -
XYZ 52.67 53.37 57.98 -
YUV 194.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 203 190 193 0 0.06 0.05 0.20 346.15 0.11 0.77
Hex CB BE C1 0 6 5 14 15A B 4D
Octal 313 276 301 0 6 5 24 532 13 115
Binary 11001011 10111110 11000001 0 110 101 10100 101011010 1011 1001101

Color Harmonies of #CBBEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBEC1

Black with #CBBEC1

Text Example


Text Example

White with #CBBEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBEC1; }

 p { color: rgb(203,190,193); }

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

background-color css

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

 a { background-color: rgb(203,190,193); }

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

border-color css

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

 span { border-color: rgb(203,190,193); }

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