Html Css Color HEX #CFAEBA Melanie

📋 copy color: '#CFAEBA'

red 207 ◦ green 174 ◦ blue 186

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

Shades of Melanie #CFAEBA

Tints of Melanie #CFAEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.69%

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 36.51%
G = 30.69%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFAEBA (or 0xCFAEBA) is known color: Melanie. HEX triplet: CF, AE and BA. RGB value is (207,174,186). Sum of RGB (Red+Green+Blue) = 207+174+186=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEBA is #305145. Grayscale: #B9B9B9. Windows color (decimal): -3166534 or 12234447. OLE color: 12234447.

HSL color Cylindrical-coordinate representation of color #CFAEBA: hue angle of 338.18º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFAEBA is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 186 -
CMYK 0 0.16 0.10 0.19
HSL 338.18º 0.26% 0.75% -
HSV(B) 338.18º 0.16% 0.81% -
XYZ 49.73 47.08 52.92 -
YUV 185.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 207 174 186 0 0.16 0.10 0.19 338.18 0.26 0.75
Hex CF AE BA 0 10 A 13 152 1A 4B
Octal 317 256 272 0 20 12 23 522 32 113
Binary 11001111 10101110 10111010 0 10000 1010 10011 101010010 11010 1001011

Color Harmonies of #CFAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEBA

Black with #CFAEBA

Text Example


Text Example

White with #CFAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEBA; }

 p { color: rgb(207,174,186); }

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

background-color css

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

 a { background-color: rgb(207,174,186); }

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

border-color css

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

 span { border-color: rgb(207,174,186); }

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