Html Css Color HEX #CABBDE Melrose

📋 copy color: '#CABBDE'

red 202 ◦ green 187 ◦ blue 222

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

Shades of Melrose #CABBDE

Tints of Melrose #CABBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.33%

R = 33.06%
G = 30.61%
B = 36.33%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CABBDE (or 0xCABBDE) is known color: Melrose. HEX triplet: CA, BB and DE. RGB value is (202,187,222). Sum of RGB (Red+Green+Blue) = 202+187+222=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #CABBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBDE is #354421. Grayscale: #C3C3C3. Windows color (decimal): -3490850 or 14597066. OLE color: 14597066.

HSL color Cylindrical-coordinate representation of color #CABBDE: hue angle of 265.71º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABBDE is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 187 222 -
CMYK 0.09 0.16 0 0.13
HSL 265.71º 0.35% 0.8% -
HSV(B) 265.71º 0.16% 0.87% -
XYZ 55.31 53.37 76.49 -
YUV 195.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 202 187 222 0.09 0.16 0 0.13 265.71 0.35 0.8
Hex CA BB DE 9 10 0 D 10A 23 50
Octal 312 273 336 11 20 0 15 412 43 120
Binary 11001010 10111011 11011110 1001 10000 0 1101 100001010 100011 1010000

Color Harmonies of #CABBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBDE

Black with #CABBDE

Text Example


Text Example

White with #CABBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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