Html Css Color HEX #CABFF2 Melrose

📋 copy color: '#CABFF2'

red 202 ◦ green 191 ◦ blue 242

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

Shades of Melrose #CABFF2

Tints of Melrose #CABFF2

RGB

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

 GREEN value IS 191 (75% from 255) = 30.08%

 BLUE value IS 242 (94.92% from 255) = 38.11%

R = 31.81%
G = 30.08%
B = 38.11%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CABFF2 (or 0xCABFF2) is known color: Melrose. HEX triplet: CA, BF and F2. RGB value is (202,191,242). Sum of RGB (Red+Green+Blue) = 202+191+242=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #CABFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFF2 is #35400D. Grayscale: #C7C7C7. Windows color (decimal): -3489806 or 15908810. OLE color: 15908810.

HSL color Cylindrical-coordinate representation of color #CABFF2: hue angle of 252.94º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CABFF2 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 191 242 -
CMYK 0.17 0.21 0 0.05
HSL 252.94º 0.66% 0.85% -
HSV(B) 252.94º 0.21% 0.95% -
XYZ 59.01 56.23 91.75 -
YUV 200.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 202 191 242 0.17 0.21 0 0.05 252.94 0.66 0.85
Hex CA BF F2 11 15 0 5 FD 42 55
Octal 312 277 362 21 25 0 5 375 102 125
Binary 11001010 10111111 11110010 10001 10101 0 101 11111101 1000010 1010101

Color Harmonies of #CABFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABFF2

Black with #CABFF2

Text Example


Text Example

White with #CABFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABFF2; }

 p { color: rgb(202,191,242); }

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

background-color css

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

 a { background-color: rgb(202,191,242); }

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

border-color css

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

 span { border-color: rgb(202,191,242); }

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