Html Css Color HEX #CABBE0 Melrose

📋 copy color: '#CABBE0'

red 202 ◦ green 187 ◦ blue 224

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

Shades of Melrose #CABBE0

Tints of Melrose #CABBE0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.51%

 BLUE value IS 224 (87.89% from 255) = 36.54%

R = 32.95%
G = 30.51%
B = 36.54%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CABBE0 (or 0xCABBE0) is known color: Melrose. HEX triplet: CA, BB and E0. RGB value is (202,187,224). Sum of RGB (Red+Green+Blue) = 202+187+224=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #CABBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBE0 is #35441F. Grayscale: #C3C3C3. Windows color (decimal): -3490848 or 14728138. OLE color: 14728138.

HSL color Cylindrical-coordinate representation of color #CABBE0: hue angle of 264.32º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CABBE0 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 187 224 -
CMYK 0.10 0.17 0 0.12
HSL 264.32º 0.37% 0.81% -
HSV(B) 264.32º 0.17% 0.88% -
XYZ 55.58 53.48 77.91 -
YUV 195.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 202 187 224 0.10 0.17 0 0.12 264.32 0.37 0.81
Hex CA BB E0 A 11 0 C 108 25 51
Octal 312 273 340 12 21 0 14 410 45 121
Binary 11001010 10111011 11100000 1010 10001 0 1100 100001000 100101 1010001

Color Harmonies of #CABBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBE0

Black with #CABBE0

Text Example


Text Example

White with #CABBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBE0; }

 p { color: rgb(202,187,224); }

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

background-color css

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

 a { background-color: rgb(202,187,224); }

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

border-color css

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

 span { border-color: rgb(202,187,224); }

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