#D5FCF3

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

Shades of Tranquil #D5FCF3

Tints of Tranquil #D5FCF3

Color information

#D5FCF3 (or 0xD5FCF3) is unknown color: approx Tranquil. HEX triplet: D5, FC and F3. RGB value is (213,252,243). Sum of RGB (Red+Green+Blue) = 213+252+243=708 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.08% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 243 (95.31% from 255 or 34.32% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FCF3 is #2A030C. Grayscale: #EFEFEF. Windows color (decimal): -2753293 or 15989973. OLE color: 15989973.

HSL color Cylindrical-coordinate representation of color #D5FCF3: hue angle of 166.15º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FCF3 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB213252243-
CMYK0.1500.040.01
HSL166.15º86.67%91.18%-
HSV(B)166.15º15.48%98.82%-
XYZ78.4390.2498.08-
YUV239.31130.08109.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.08%
GREEN value IS 252 (98.83% from 255) = 35.59%
BLUE value IS 243 (95.31% from 255) = 34.32%
R=30.08%
G=35.59%
B=34.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132522430.1500.040.01166.1586.6791.18
HexD5FCF3F041a6575b
Octal32537436317041246127133
Binary1101010111111100111100111111010011010011010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCF3; }

 p { color: rgb(213,252,243); }

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

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

 a { background-color: rgb(213,252,243); }

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

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

 span { border-color: rgb(213,252,243); }

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