Html Css Color HEX #CABBE5 Melrose

📋 copy color: '#CABBE5'

red 202 ◦ green 187 ◦ blue 229

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

Shades of Melrose #CABBE5

Tints of Melrose #CABBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.06%

R = 32.69%
G = 30.26%
B = 37.06%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CABBE5 (or 0xCABBE5) is known color: Melrose. HEX triplet: CA, BB and E5. RGB value is (202,187,229). Sum of RGB (Red+Green+Blue) = 202+187+229=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #CABBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBE5 is #35441A. Grayscale: #C4C4C4. Windows color (decimal): -3490843 or 15055818. OLE color: 15055818.

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

Color convert

RGB 202 187 229 -
CMYK 0.12 0.18 0 0.10
HSL 261.43º 0.45% 0.82% -
HSV(B) 261.43º 0.18% 0.9% -
XYZ 56.27 53.75 81.54 -
YUV 196.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 202 187 229 0.12 0.18 0 0.10 261.43 0.45 0.82
Hex CA BB E5 C 12 0 A 105 2D 52
Octal 312 273 345 14 22 0 12 405 55 122
Binary 11001010 10111011 11100101 1100 10010 0 1010 100000101 101101 1010010

Color Harmonies of #CABBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBE5

Black with #CABBE5

Text Example


Text Example

White with #CABBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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