Html Css Color HEX #CABCF1 Melrose

📋 copy color: '#CABCF1'

red 202 ◦ green 188 ◦ blue 241

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

Shades of Melrose #CABCF1

Tints of Melrose #CABCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.79%

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

R = 32.01%
G = 29.79%
B = 38.19%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CABCF1 (or 0xCABCF1) is known color: Melrose. HEX triplet: CA, BC and F1. RGB value is (202,188,241). Sum of RGB (Red+Green+Blue) = 202+188+241=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #CABCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABCF1 is #35430E. Grayscale: #C6C6C6. Windows color (decimal): -3490575 or 15842506. OLE color: 15842506.

HSL color Cylindrical-coordinate representation of color #CABCF1: hue angle of 255.85º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CABCF1 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 188 241 -
CMYK 0.16 0.22 0 0.05
HSL 255.85º 0.65% 0.84% -
HSV(B) 255.85º 0.22% 0.95% -
XYZ 58.22 54.87 90.74 -
YUV 198.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 202 188 241 0.16 0.22 0 0.05 255.85 0.65 0.84
Hex CA BC F1 10 16 0 5 100 41 54
Octal 312 274 361 20 26 0 5 400 101 124
Binary 11001010 10111100 11110001 10000 10110 0 101 100000000 1000001 1010100

Color Harmonies of #CABCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCF1

Black with #CABCF1

Text Example


Text Example

White with #CABCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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