Html Css Color HEX #CABFF3 Melrose

📋 copy color: '#CABFF3'

red 202 ◦ green 191 ◦ blue 243

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

Shades of Melrose #CABFF3

Tints of Melrose #CABFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.21%

R = 31.76%
G = 30.03%
B = 38.21%

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

#CABFF3 (or 0xCABFF3) is known color: Melrose. HEX triplet: CA, BF and F3. RGB value is (202,191,243). Sum of RGB (Red+Green+Blue) = 202+191+243=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #CABFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFF3 is #35400C. Grayscale: #C8C8C8. Windows color (decimal): -3489805 or 15974346. OLE color: 15974346.

HSL color Cylindrical-coordinate representation of color #CABFF3: hue angle of 252.69º degrees, saturation: 0.68, 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 #CABFF3 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 191 243 -
CMYK 0.17 0.21 0 0.05
HSL 252.69º 0.68% 0.85% -
HSV(B) 252.69º 0.21% 0.95% -
XYZ 59.17 56.29 92.54 -
YUV 200.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 202 191 243 0.17 0.21 0 0.05 252.69 0.68 0.85
Hex CA BF F3 11 15 0 5 FD 44 55
Octal 312 277 363 21 25 0 5 375 104 125
Binary 11001010 10111111 11110011 10001 10101 0 101 11111101 1000100 1010101

Color Harmonies of #CABFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABFF3

Black with #CABFF3

Text Example


Text Example

White with #CABFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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