Html Css Color HEX #CABFDF Melrose

📋 copy color: '#CABFDF'

red 202 ◦ green 191 ◦ blue 223

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

Shades of Melrose #CABFDF

Tints of Melrose #CABFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.2%

R = 32.79%
G = 31.01%
B = 36.2%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CABFDF (or 0xCABFDF) is known color: Melrose. HEX triplet: CA, BF and DF. RGB value is (202,191,223). Sum of RGB (Red+Green+Blue) = 202+191+223=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #CABFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFDF is #354020. Grayscale: #C5C5C5. Windows color (decimal): -3489825 or 14663626. OLE color: 14663626.

HSL color Cylindrical-coordinate representation of color #CABFDF: hue angle of 260.62º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CABFDF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 191 223 -
CMYK 0.09 0.14 0 0.13
HSL 260.63º 0.33% 0.81% -
HSV(B) 260.63º 0.14% 0.87% -
XYZ 56.31 55.15 77.49 -
YUV 197.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 202 191 223 0.09 0.14 0 0.13 260.63 0.33 0.81
Hex CA BF DF 9 E 0 D 105 21 51
Octal 312 277 337 11 16 0 15 405 41 121
Binary 11001010 10111111 11011111 1001 1110 0 1101 100000101 100001 1010001

Color Harmonies of #CABFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABFDF

Black with #CABFDF

Text Example


Text Example

White with #CABFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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