Html Css Color HEX #CAC1F1 Melrose

📋 copy color: '#CAC1F1'

red 202 ◦ green 193 ◦ blue 241

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

Shades of Melrose #CAC1F1

Tints of Melrose #CAC1F1

RGB

 RED value IS 202 (79.3% from 255) = 31.76%

 GREEN value IS 193 (75.78% from 255) = 30.35%

 BLUE value IS 241 (94.53% from 255) = 37.89%

R = 31.76%
G = 30.35%
B = 37.89%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CAC1F1 (or 0xCAC1F1) is known color: Melrose. HEX triplet: CA, C1 and F1. RGB value is (202,193,241). Sum of RGB (Red+Green+Blue) = 202+193+241=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAC1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC1F1 is #353E0E. Grayscale: #C8C8C8. Windows color (decimal): -3489295 or 15843786. OLE color: 15843786.

HSL color Cylindrical-coordinate representation of color #CAC1F1: hue angle of 251.25º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAC1F1 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 193 241 -
CMYK 0.16 0.20 0 0.05
HSL 251.25º 0.63% 0.85% -
HSV(B) 251.25º 0.2% 0.95% -
XYZ 59.3 57.05 91.1 -
YUV 201.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 202 193 241 0.16 0.20 0 0.05 251.25 0.63 0.85
Hex CA C1 F1 10 14 0 5 FB 3F 55
Octal 312 301 361 20 24 0 5 373 77 125
Binary 11001010 11000001 11110001 10000 10100 0 101 11111011 111111 1010101

Color Harmonies of #CAC1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC1F1

Black with #CAC1F1

Text Example


Text Example

White with #CAC1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC1F1; }

 p { color: rgb(202,193,241); }

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

background-color css

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

 a { background-color: rgb(202,193,241); }

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

border-color css

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

 span { border-color: rgb(202,193,241); }

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