Html Css Color HEX #CCBEC1 Melanie

📋 copy color: '#CCBEC1'

red 204 ◦ green 190 ◦ blue 193

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

Shades of Melanie #CCBEC1

Tints of Melanie #CCBEC1

RGB

 RED value IS 204 (80.08% from 255) = 34.75%

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

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

R = 34.75%
G = 32.37%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CCBEC1 (or 0xCCBEC1) is known color: Melanie. HEX triplet: CC, BE and C1. RGB value is (204,190,193). Sum of RGB (Red+Green+Blue) = 204+190+193=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEC1 is #33413E. Grayscale: #C2C2C2. Windows color (decimal): -3359039 or 12697292. OLE color: 12697292.

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

Color convert

RGB 204 190 193 -
CMYK 0 0.07 0.05 0.2
HSL 347.14º 0.12% 0.77% -
HSV(B) 347.14º 0.07% 0.8% -
XYZ 52.94 53.51 57.99 -
YUV 194.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 204 190 193 0 0.07 0.05 0.2 347.14 0.12 0.77
Hex CC BE C1 0 7 5 14 15B C 4D
Octal 314 276 301 0 7 5 24 533 14 115
Binary 11001100 10111110 11000001 0 111 101 10100 101011011 1100 1001101

Color Harmonies of #CCBEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEC1

Black with #CCBEC1

Text Example


Text Example

White with #CCBEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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