Html Css Color HEX #CFBEC3 Melanie

📋 copy color: '#CFBEC3'

red 207 ◦ green 190 ◦ blue 195

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

Shades of Melanie #CFBEC3

Tints of Melanie #CFBEC3

RGB

 RED value IS 207 (81.25% from 255) = 34.97%

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

 BLUE value IS 195 (76.56% 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

#CFBEC3 (or 0xCFBEC3) is known color: Melanie. HEX triplet: CF, BE and C3. RGB value is (207,190,195). Sum of RGB (Red+Green+Blue) = 207+190+195=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEC3 is #30413C. Grayscale: #C3C3C3. Windows color (decimal): -3162429 or 12828367. OLE color: 12828367.

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

Color convert

RGB 207 190 195 -
CMYK 0 0.08 0.06 0.19
HSL 342.35º 0.15% 0.78% -
HSV(B) 342.35º 0.08% 0.81% -
XYZ 54 54.03 59.21 -
YUV 195.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 207 190 195 0 0.08 0.06 0.19 342.35 0.15 0.78
Hex CF BE C3 0 8 6 13 156 F 4E
Octal 317 276 303 0 10 6 23 526 17 116
Binary 11001111 10111110 11000011 0 1000 110 10011 101010110 1111 1001110

Color Harmonies of #CFBEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBEC3

Black with #CFBEC3

Text Example


Text Example

White with #CFBEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBEC3; }

 p { color: rgb(207,190,195); }

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

background-color css

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

 a { background-color: rgb(207,190,195); }

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

border-color css

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

 span { border-color: rgb(207,190,195); }

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