Html Css Color HEX #CABBEA Melrose

📋 copy color: '#CABBEA'

red 202 ◦ green 187 ◦ blue 234

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

Shades of Melrose #CABBEA

Tints of Melrose #CABBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.56%

R = 32.42%
G = 30.02%
B = 37.56%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CABBEA (or 0xCABBEA) is known color: Melrose. HEX triplet: CA, BB and EA. RGB value is (202,187,234). Sum of RGB (Red+Green+Blue) = 202+187+234=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #CABBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBEA is #354415. Grayscale: #C4C4C4. Windows color (decimal): -3490838 or 15383498. OLE color: 15383498.

HSL color Cylindrical-coordinate representation of color #CABBEA: hue angle of 259.15º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABBEA is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 187 234 -
CMYK 0.14 0.20 0 0.08
HSL 259.15º 0.53% 0.83% -
HSV(B) 259.15º 0.2% 0.92% -
XYZ 56.98 54.04 85.27 -
YUV 196.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 202 187 234 0.14 0.20 0 0.08 259.15 0.53 0.83
Hex CA BB EA E 14 0 8 103 35 53
Octal 312 273 352 16 24 0 10 403 65 123
Binary 11001010 10111011 11101010 1110 10100 0 1000 100000011 110101 1010011

Color Harmonies of #CABBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBEA

Black with #CABBEA

Text Example


Text Example

White with #CABBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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