Html Css Color HEX #C4B2EF Melrose

📋 copy color: '#C4B2EF'

red 196 ◦ green 178 ◦ blue 239

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

Shades of Melrose #C4B2EF

Tints of Melrose #C4B2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.04%

 BLUE value IS 239 (93.75% from 255) = 38.99%

R = 31.97%
G = 29.04%
B = 38.99%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C4B2EF (or 0xC4B2EF) is known color: Melrose. HEX triplet: C4, B2 and EF. RGB value is (196,178,239). Sum of RGB (Red+Green+Blue) = 196+178+239=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4B2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B2EF is #3B4D10. Grayscale: #BEBEBE. Windows color (decimal): -3886353 or 15708868. OLE color: 15708868.

HSL color Cylindrical-coordinate representation of color #C4B2EF: hue angle of 257.7º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4B2EF is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 178 239 -
CMYK 0.18 0.26 0 0.06
HSL 257.7º 0.66% 0.82% -
HSV(B) 257.7º 0.26% 0.94% -
XYZ 54.27 49.81 88.42 -
YUV 190.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 196 178 239 0.18 0.26 0 0.06 257.7 0.66 0.82
Hex C4 B2 EF 12 1A 0 6 102 42 52
Octal 304 262 357 22 32 0 6 402 102 122
Binary 11000100 10110010 11101111 10010 11010 0 110 100000010 1000010 1010010

Color Harmonies of #C4B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B2EF

Black with #C4B2EF

Text Example


Text Example

White with #C4B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B2EF; }

 p { color: rgb(196,178,239); }

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

background-color css

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

 a { background-color: rgb(196,178,239); }

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

border-color css

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

 span { border-color: rgb(196,178,239); }

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