Html Css Color HEX #CABEDB Melrose

📋 copy color: '#CABEDB'

red 202 ◦ green 190 ◦ blue 219

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

Shades of Melrose #CABEDB

Tints of Melrose #CABEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.1%

 BLUE value IS 219 (85.94% from 255) = 35.84%

R = 33.06%
G = 31.1%
B = 35.84%

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

#CABEDB (or 0xCABEDB) is known color: Melrose. HEX triplet: CA, BE and DB. RGB value is (202,190,219). Sum of RGB (Red+Green+Blue) = 202+190+219=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #CABEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEDB is #354124. Grayscale: #C4C4C4. Windows color (decimal): -3490085 or 14401226. OLE color: 14401226.

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

Color convert

RGB 202 190 219 -
CMYK 0.08 0.13 0 0.14
HSL 264.83º 0.29% 0.8% -
HSV(B) 264.83º 0.13% 0.86% -
XYZ 55.56 54.5 74.61 -
YUV 196.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 202 190 219 0.08 0.13 0 0.14 264.83 0.29 0.8
Hex CA BE DB 8 D 0 E 109 1D 50
Octal 312 276 333 10 15 0 16 411 35 120
Binary 11001010 10111110 11011011 1000 1101 0 1110 100001001 11101 1010000

Color Harmonies of #CABEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABEDB

Black with #CABEDB

Text Example


Text Example

White with #CABEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABEDB; }

 p { color: rgb(202,190,219); }

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

background-color css

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

 a { background-color: rgb(202,190,219); }

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

border-color css

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

 span { border-color: rgb(202,190,219); }

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