Html Css Color HEX #CABBF1 Melrose

📋 copy color: '#CABBF1'

red 202 ◦ green 187 ◦ blue 241

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

Shades of Melrose #CABBF1

Tints of Melrose #CABBF1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.68%

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

R = 32.06%
G = 29.68%
B = 38.25%

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

#CABBF1 (or 0xCABBF1) is known color: Melrose. HEX triplet: CA, BB and F1. RGB value is (202,187,241). Sum of RGB (Red+Green+Blue) = 202+187+241=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #CABBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBF1 is #35440E. Grayscale: #C5C5C5. Windows color (decimal): -3490831 or 15842250. OLE color: 15842250.

HSL color Cylindrical-coordinate representation of color #CABBF1: hue angle of 256.67º degrees, saturation: 0.66, 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 #CABBF1 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 187 241 -
CMYK 0.16 0.22 0 0.05
HSL 256.67º 0.66% 0.84% -
HSV(B) 256.67º 0.22% 0.95% -
XYZ 58 54.45 90.67 -
YUV 197.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 202 187 241 0.16 0.22 0 0.05 256.67 0.66 0.84
Hex CA BB F1 10 16 0 5 101 42 54
Octal 312 273 361 20 26 0 5 401 102 124
Binary 11001010 10111011 11110001 10000 10110 0 101 100000001 1000010 1010100

Color Harmonies of #CABBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBF1

Black with #CABBF1

Text Example


Text Example

White with #CABBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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