Html Css Color HEX #CABFDD Melrose

📋 copy color: '#CABFDD'

red 202 ◦ green 191 ◦ blue 221

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

Shades of Melrose #CABFDD

Tints of Melrose #CABFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.99%

R = 32.9%
G = 31.11%
B = 35.99%

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

#CABFDD (or 0xCABFDD) is known color: Melrose. HEX triplet: CA, BF and DD. RGB value is (202,191,221). Sum of RGB (Red+Green+Blue) = 202+191+221=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #CABFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFDD is #354022. Grayscale: #C5C5C5. Windows color (decimal): -3489827 or 14532554. OLE color: 14532554.

HSL color Cylindrical-coordinate representation of color #CABFDD: hue angle of 262º degrees, saturation: 0.31, 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 #CABFDD is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 191 221 -
CMYK 0.09 0.14 0 0.13
HSL 262º 0.31% 0.81% -
HSV(B) 262º 0.14% 0.87% -
XYZ 56.04 55.04 76.08 -
YUV 197.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 202 191 221 0.09 0.14 0 0.13 262 0.31 0.81
Hex CA BF DD 9 E 0 D 106 1F 51
Octal 312 277 335 11 16 0 15 406 37 121
Binary 11001010 10111111 11011101 1001 1110 0 1101 100000110 11111 1010001

Color Harmonies of #CABFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABFDD

Black with #CABFDD

Text Example


Text Example

White with #CABFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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