Html Css Color HEX #CABBE1 Melrose

📋 copy color: '#CABBE1'

red 202 ◦ green 187 ◦ blue 225

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

Shades of Melrose #CABBE1

Tints of Melrose #CABBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.64%

R = 32.9%
G = 30.46%
B = 36.64%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CABBE1 (or 0xCABBE1) is known color: Melrose. HEX triplet: CA, BB and E1. RGB value is (202,187,225). Sum of RGB (Red+Green+Blue) = 202+187+225=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #CABBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBE1 is #35441E. Grayscale: #C3C3C3. Windows color (decimal): -3490847 or 14793674. OLE color: 14793674.

HSL color Cylindrical-coordinate representation of color #CABBE1: hue angle of 263.68º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CABBE1 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 187 225 -
CMYK 0.10 0.17 0 0.12
HSL 263.68º 0.39% 0.81% -
HSV(B) 263.68º 0.17% 0.88% -
XYZ 55.72 53.53 78.63 -
YUV 195.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 202 187 225 0.10 0.17 0 0.12 263.68 0.39 0.81
Hex CA BB E1 A 11 0 C 108 27 51
Octal 312 273 341 12 21 0 14 410 47 121
Binary 11001010 10111011 11100001 1010 10001 0 1100 100001000 100111 1010001

Color Harmonies of #CABBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBE1

Black with #CABBE1

Text Example


Text Example

White with #CABBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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