Html Css Color HEX #CABBE6 Melrose

📋 copy color: '#CABBE6'

red 202 ◦ green 187 ◦ blue 230

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

Shades of Melrose #CABBE6

Tints of Melrose #CABBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.16%

R = 32.63%
G = 30.21%
B = 37.16%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CABBE6 (or 0xCABBE6) is known color: Melrose. HEX triplet: CA, BB and E6. RGB value is (202,187,230). Sum of RGB (Red+Green+Blue) = 202+187+230=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 230 - color contains mainly: blue. Hex color #CABBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBE6 is #354419. Grayscale: #C4C4C4. Windows color (decimal): -3490842 or 15121354. OLE color: 15121354.

HSL color Cylindrical-coordinate representation of color #CABBE6: hue angle of 260.93º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABBE6 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 187 230 -
CMYK 0.12 0.19 0 0.10
HSL 260.93º 0.46% 0.82% -
HSV(B) 260.93º 0.19% 0.9% -
XYZ 56.41 53.81 82.28 -
YUV 196.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 202 187 230 0.12 0.19 0 0.10 260.93 0.46 0.82
Hex CA BB E6 C 13 0 A 105 2E 52
Octal 312 273 346 14 23 0 12 405 56 122
Binary 11001010 10111011 11100110 1100 10011 0 1010 100000101 101110 1010010

Color Harmonies of #CABBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBE6

Black with #CABBE6

Text Example


Text Example

White with #CABBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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