Html Css Color HEX #CABBE3 Melrose

📋 copy color: '#CABBE3'

red 202 ◦ green 187 ◦ blue 227

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

Shades of Melrose #CABBE3

Tints of Melrose #CABBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.85%

R = 32.79%
G = 30.36%
B = 36.85%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CABBE3 (or 0xCABBE3) is known color: Melrose. HEX triplet: CA, BB and E3. RGB value is (202,187,227). Sum of RGB (Red+Green+Blue) = 202+187+227=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #CABBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBE3 is #35441C. Grayscale: #C3C3C3. Windows color (decimal): -3490845 or 14924746. OLE color: 14924746.

HSL color Cylindrical-coordinate representation of color #CABBE3: hue angle of 262.5º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABBE3 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 187 227 -
CMYK 0.11 0.18 0 0.11
HSL 262.5º 0.42% 0.81% -
HSV(B) 262.5º 0.18% 0.89% -
XYZ 55.99 53.64 80.08 -
YUV 196.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 202 187 227 0.11 0.18 0 0.11 262.5 0.42 0.81
Hex CA BB E3 B 12 0 B 106 2A 51
Octal 312 273 343 13 22 0 13 406 52 121
Binary 11001010 10111011 11100011 1011 10010 0 1011 100000110 101010 1010001

Color Harmonies of #CABBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBE3

Black with #CABBE3

Text Example


Text Example

White with #CABBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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