#CABBF3

Color #CABBF3 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #CABBF3

Tints of Melrose #CABBF3

Color information

#CABBF3 (or 0xCABBF3) is unknown color: approx Melrose. HEX triplet: CA, BB and F3. RGB value is (202,187,243). Sum of RGB (Red+Green+Blue) = 202+187+243=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #CABBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBF3 is #35440C. Grayscale: #C5C5C5. Windows color (decimal): -3490829 or 15973322. OLE color: 15973322.

HSL color Cylindrical-coordinate representation of color #CABBF3: hue angle of 256.07º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CABBF3 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202187243-
CMYK0.170.2300.05
HSL256.07º70%84.31%-
HSV(B)256.07º23.05%95.29%-
XYZ58.3154.5792.25-
YUV197.87153.47130.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 187 (73.44% from 255) = 29.59%
BLUE value IS 243 (95.31% from 255) = 38.45%
R=31.96%
G=29.59%
B=38.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021872430.170.2300.05256.077084.31
HexCABBF31117051004654
Octal312273363212705400106124
Binary1100101010111011111100111000110111010110000000010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBF3; }

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

 H1.HeaderClassName
 {
   color: #CABBF3;
 }
 .AnyTagClassName
 {
   color: #CABBF3;
 }
</style>
background-color css

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

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

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

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

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

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