Html Css Color HEX #CABFD9 Melrose

📋 copy color: '#CABFD9'

red 202 ◦ green 191 ◦ blue 217

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

Shades of Melrose #CABFD9

Tints of Melrose #CABFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.57%

R = 33.11%
G = 31.31%
B = 35.57%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CABFD9 (or 0xCABFD9) is known color: Melrose. HEX triplet: CA, BF and D9. RGB value is (202,191,217). Sum of RGB (Red+Green+Blue) = 202+191+217=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 217 - color contains mainly: blue. Hex color #CABFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFD9 is #354026. Grayscale: #C5C5C5. Windows color (decimal): -3489831 or 14270410. OLE color: 14270410.

HSL color Cylindrical-coordinate representation of color #CABFD9: hue angle of 265.38º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CABFD9 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 191 217 -
CMYK 0.07 0.12 0 0.15
HSL 265.38º 0.25% 0.8% -
HSV(B) 265.38º 0.12% 0.85% -
XYZ 55.51 54.83 73.3 -
YUV 197.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 202 191 217 0.07 0.12 0 0.15 265.38 0.25 0.8
Hex CA BF D9 7 C 0 F 109 19 50
Octal 312 277 331 7 14 0 17 411 31 120
Binary 11001010 10111111 11011001 111 1100 0 1111 100001001 11001 1010000

Color Harmonies of #CABFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABFD9

Black with #CABFD9

Text Example


Text Example

White with #CABFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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