Html Css Color HEX #CABFDC Melrose

📋 copy color: '#CABFDC'

red 202 ◦ green 191 ◦ blue 220

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

Shades of Melrose #CABFDC

Tints of Melrose #CABFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.89%

R = 32.95%
G = 31.16%
B = 35.89%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CABFDC (or 0xCABFDC) is known color: Melrose. HEX triplet: CA, BF and DC. RGB value is (202,191,220). Sum of RGB (Red+Green+Blue) = 202+191+220=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #CABFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFDC is #354023. Grayscale: #C5C5C5. Windows color (decimal): -3489828 or 14467018. OLE color: 14467018.

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

Color convert

RGB 202 191 220 -
CMYK 0.08 0.13 0 0.14
HSL 262.76º 0.29% 0.81% -
HSV(B) 262.76º 0.13% 0.86% -
XYZ 55.91 54.99 75.38 -
YUV 197.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 202 191 220 0.08 0.13 0 0.14 262.76 0.29 0.81
Hex CA BF DC 8 D 0 E 107 1D 51
Octal 312 277 334 10 15 0 16 407 35 121
Binary 11001010 10111111 11011100 1000 1101 0 1110 100000111 11101 1010001

Color Harmonies of #CABFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABFDC

Black with #CABFDC

Text Example


Text Example

White with #CABFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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