#CABFE4

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

Shades of Melrose #CABFE4

Tints of Melrose #CABFE4

Color information

#CABFE4 (or 0xCABFE4) is unknown color: approx Melrose. HEX triplet: CA, BF and E4. RGB value is (202,191,228). Sum of RGB (Red+Green+Blue) = 202+191+228=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #CABFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFE4 is #35401B. Grayscale: #C6C6C6. Windows color (decimal): -3489820 or 14991306. OLE color: 14991306.

HSL color Cylindrical-coordinate representation of color #CABFE4: hue angle of 257.84º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABFE4 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202191228-
CMYK0.110.1600.11
HSL257.84º40.66%82.16%-
HSV(B)257.84º16.23%89.41%-
XYZ56.9955.4281.09-
YUV198.51144.64130.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 228 (89.45% from 255) = 36.71%
R=32.53%
G=30.76%
B=36.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2021912280.110.1600.11257.8440.6682.16
HexCABFE4B100B1022952
Octal312277344132001340251122
Binary110010101011111111100100101110000010111000000101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFE4; }

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

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

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

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

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

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

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

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