#CABFEE

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

Shades of Melrose #CABFEE

Tints of Melrose #CABFEE

Color information

#CABFEE (or 0xCABFEE) is unknown color: approx Melrose. HEX triplet: CA, BF and EE. RGB value is (202,191,238). Sum of RGB (Red+Green+Blue) = 202+191+238=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #CABFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFEE is #354011. Grayscale: #C7C7C7. Windows color (decimal): -3489810 or 15646666. OLE color: 15646666.

HSL color Cylindrical-coordinate representation of color #CABFEE: hue angle of 254.04º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABFEE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202191238-
CMYK0.150.2000.07
HSL254.04º58.02%84.12%-
HSV(B)254.04º19.75%93.33%-
XYZ58.4255.9988.62-
YUV199.65149.64129.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=32.01%
G=30.27%
B=37.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021912380.150.2000.07254.0458.0284.12
HexCABFEEF1407fe3a54
Octal31227735617240737672124
Binary1100101010111111111011101111101000111111111101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFEE; }

 p { color: rgb(202,191,238); }

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

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

 a { background-color: rgb(202,191,238); }

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

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

 span { border-color: rgb(202,191,238); }

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