Html Css Color HEX #D9F0EA Tranquil

📋 copy color: '#D9F0EA'

red 217 ◦ green 240 ◦ blue 234

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

Shades of Tranquil #D9F0EA

Tints of Tranquil #D9F0EA

RGB

 RED value IS 217 (85.16% from 255) = 31.4%

 GREEN value IS 240 (94.14% from 255) = 34.73%

 BLUE value IS 234 (91.8% from 255) = 33.86%

R = 31.4%
G = 34.73%
B = 33.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#D9F0EA (or 0xD9F0EA) is known color: Tranquil. HEX triplet: D9, F0 and EA. RGB value is (217,240,234). Sum of RGB (Red+Green+Blue) = 217+240+234=691 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.40% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F0EA is #260F15. Grayscale: #E8E8E8. Windows color (decimal): -2494230 or 15397081. OLE color: 15397081.

HSL color Cylindrical-coordinate representation of color #D9F0EA: hue angle of 164.35º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F0EA is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 240 234 -
CMYK 0.10 0 0.02 0.06
HSL 164.35º 0.43% 0.9% -
HSV(B) 164.35º 0.1% 0.94% -
XYZ 74.63 83.01 89.93 -
YUV 232.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 217 240 234 0.10 0 0.02 0.06 164.35 0.43 0.9
Hex D9 F0 EA A 0 2 6 A4 2B 5A
Octal 331 360 352 12 0 2 6 244 53 132
Binary 11011001 11110000 11101010 1010 0 10 110 10100100 101011 1011010

Color Harmonies of #D9F0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F0EA

Black with #D9F0EA

Text Example


Text Example

White with #D9F0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F0EA; }

 p { color: rgb(217,240,234); }

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

background-color css

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

 a { background-color: rgb(217,240,234); }

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

border-color css

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

 span { border-color: rgb(217,240,234); }

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