#CABCF1

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

Shades of Melrose #CABCF1

Tints of Melrose #CABCF1

Color information

#CABCF1 (or 0xCABCF1) is unknown color: approx Melrose. HEX triplet: CA, BC and F1. RGB value is (202,188,241). Sum of RGB (Red+Green+Blue) = 202+188+241=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #CABCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABCF1 is #35430E. Grayscale: #C6C6C6. Windows color (decimal): -3490575 or 15842506. OLE color: 15842506.

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

Color convert

RGB202188241-
CMYK0.160.2200.05
HSL255.85º65.43%84.12%-
HSV(B)255.85º21.99%94.51%-
XYZ58.2254.8790.74-
YUV198.23152.14130.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=32.01%
G=29.79%
B=38.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021882410.160.2200.05255.8565.4384.12
HexCABCF11016051004154
Octal312274361202605400101124
Binary1100101010111100111100011000010110010110000000010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCF1; }

 p { color: rgb(202,188,241); }

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

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

 a { background-color: rgb(202,188,241); }

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

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

 span { border-color: rgb(202,188,241); }

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