Html Css Color HEX #C4AFE8 Melrose

📋 copy color: '#C4AFE8'

red 196 ◦ green 175 ◦ blue 232

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

Shades of Melrose #C4AFE8

Tints of Melrose #C4AFE8

RGB

 RED value IS 196 (76.95% from 255) = 32.5%

 GREEN value IS 175 (68.75% from 255) = 29.02%

 BLUE value IS 232 (91.02% from 255) = 38.47%

R = 32.5%
G = 29.02%
B = 38.47%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C4AFE8 (or 0xC4AFE8) is known color: Melrose. HEX triplet: C4, AF and E8. RGB value is (196,175,232). Sum of RGB (Red+Green+Blue) = 196+175+232=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #C4AFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFE8 is #3B5017. Grayscale: #BBBBBB. Windows color (decimal): -3887128 or 15249348. OLE color: 15249348.

HSL color Cylindrical-coordinate representation of color #C4AFE8: hue angle of 262.11º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4AFE8 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 175 232 -
CMYK 0.16 0.25 0 0.09
HSL 262.11º 0.55% 0.8% -
HSV(B) 262.11º 0.25% 0.91% -
XYZ 52.66 48.22 82.88 -
YUV 187.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 196 175 232 0.16 0.25 0 0.09 262.11 0.55 0.8
Hex C4 AF E8 10 19 0 9 106 37 50
Octal 304 257 350 20 31 0 11 406 67 120
Binary 11000100 10101111 11101000 10000 11001 0 1001 100000110 110111 1010000

Color Harmonies of #C4AFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFE8

Black with #C4AFE8

Text Example


Text Example

White with #C4AFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFE8; }

 p { color: rgb(196,175,232); }

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

background-color css

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

 a { background-color: rgb(196,175,232); }

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

border-color css

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

 span { border-color: rgb(196,175,232); }

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