Html Css Color HEX #CCBEC2 Melanie

📋 copy color: '#CCBEC2'

red 204 ◦ green 190 ◦ blue 194

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

Shades of Melanie #CCBEC2

Tints of Melanie #CCBEC2

RGB

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

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

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

R = 34.69%
G = 32.31%
B = 32.99%

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

#CCBEC2 (or 0xCCBEC2) is known color: Melanie. HEX triplet: CC, BE and C2. RGB value is (204,190,194). Sum of RGB (Red+Green+Blue) = 204+190+194=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEC2 is #33413D. Grayscale: #C2C2C2. Windows color (decimal): -3359038 or 12762828. OLE color: 12762828.

HSL color Cylindrical-coordinate representation of color #CCBEC2: hue angle of 342.86º 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 #CCBEC2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 194 -
CMYK 0 0.07 0.05 0.2
HSL 342.86º 0.12% 0.77% -
HSV(B) 342.86º 0.07% 0.8% -
XYZ 53.05 53.56 58.58 -
YUV 194.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 204 190 194 0 0.07 0.05 0.2 342.86 0.12 0.77
Hex CC BE C2 0 7 5 14 157 C 4D
Octal 314 276 302 0 7 5 24 527 14 115
Binary 11001100 10111110 11000010 0 111 101 10100 101010111 1100 1001101

Color Harmonies of #CCBEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEC2

Black with #CCBEC2

Text Example


Text Example

White with #CCBEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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