#CABEF4

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

Shades of Melrose #CABEF4

Tints of Melrose #CABEF4

Color information

#CABEF4 (or 0xCABEF4) is unknown color: approx Melrose. HEX triplet: CA, BE and F4. RGB value is (202,190,244). Sum of RGB (Red+Green+Blue) = 202+190+244=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 244 (95.70% from 255 or 38.36% from 636); Max value from RGB is 244 - color contains mainly: blue. Hex color #CABEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEF4 is #35410B. Grayscale: #C7C7C7. Windows color (decimal): -3490060 or 16039626. OLE color: 16039626.

HSL color Cylindrical-coordinate representation of color #CABEF4: hue angle of 253.33º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CABEF4 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202190244-
CMYK0.170.2200.04
HSL253.33º71.05%85.1%-
HSV(B)253.33º22.13%95.69%-
XYZ59.155.9293.27-
YUV199.74152.98129.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 244 (95.70% from 255) = 38.36%
R=31.76%
G=29.87%
B=38.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021902440.170.2200.04253.3371.0585.1
HexCABEF4111604fd4755
Octal312276364212604375107125
Binary110010101011111011110100100011011001001111110110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEF4; }

 p { color: rgb(202,190,244); }

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

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

 a { background-color: rgb(202,190,244); }

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

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

 span { border-color: rgb(202,190,244); }

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