Html Css Color HEX #D5F6F0 Tranquil

📋 copy color: '#D5F6F0'

red 213 ◦ green 246 ◦ blue 240

#D5F6F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tranquil #D5F6F0

Tints of Tranquil #D5F6F0

RGB

 RED value IS 213 (83.59% from 255) = 30.47%

 GREEN value IS 246 (96.48% from 255) = 35.19%

 BLUE value IS 240 (94.14% from 255) = 34.33%

R = 30.47%
G = 35.19%
B = 34.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#D5F6F0 (or 0xD5F6F0) is known color: Tranquil. HEX triplet: D5, F6 and F0. RGB value is (213,246,240). Sum of RGB (Red+Green+Blue) = 213+246+240=699 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.47% from 699); Green value is 246 (96.48% from 255 or 35.19% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 246 - color contains mainly: green. Hex color #D5F6F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F6F0 is #2A090F. Grayscale: #EBEBEB. Windows color (decimal): -2754832 or 15791829. OLE color: 15791829.

HSL color Cylindrical-coordinate representation of color #D5F6F0: hue angle of 169.09º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5F6F0 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 246 240 -
CMYK 0.13 0 0.02 0.04
HSL 169.09º 0.65% 0.9% -
HSV(B) 169.09º 0.13% 0.96% -
XYZ 76.12 86.35 95.09 -
YUV 235.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 213 246 240 0.13 0 0.02 0.04 169.09 0.65 0.9
Hex D5 F6 F0 D 0 2 4 A9 41 5A
Octal 325 366 360 15 0 2 4 251 101 132
Binary 11010101 11110110 11110000 1101 0 10 100 10101001 1000001 1011010

Color Harmonies of #D5F6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F6F0

Black with #D5F6F0

Text Example


Text Example

White with #D5F6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F6F0; }

 p { color: rgb(213,246,240); }

 H1.HeaderClassName
 {
   color: #D5F6F0;
 }
 .AnyTagClassName
 {
   color: #D5F6F0;
 }
</style>

background-color css

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

 a { background-color: rgb(213,246,240); }

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

border-color css

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

 span { border-color: rgb(213,246,240); }

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