Html Css Color HEX #D6F0EA Tranquil

📋 copy color: '#D6F0EA'

red 214 ◦ green 240 ◦ blue 234

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

Shades of Tranquil #D6F0EA

Tints of Tranquil #D6F0EA

RGB

 RED value IS 214 (83.98% from 255) = 31.1%

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

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

R = 31.1%
G = 34.88%
B = 34.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#D6F0EA (or 0xD6F0EA) is known color: Tranquil. HEX triplet: D6, F0 and EA. RGB value is (214,240,234). Sum of RGB (Red+Green+Blue) = 214+240+234=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F0EA is #290F15. Grayscale: #E7E7E7. Windows color (decimal): -2690838 or 15397078. OLE color: 15397078.

HSL color Cylindrical-coordinate representation of color #D6F0EA: hue angle of 166.15º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6F0EA is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 240 234 -
CMYK 0.11 0 0.02 0.06
HSL 166.15º 0.46% 0.89% -
HSV(B) 166.15º 0.11% 0.94% -
XYZ 73.74 82.56 89.89 -
YUV 231.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 214 240 234 0.11 0 0.02 0.06 166.15 0.46 0.89
Hex D6 F0 EA B 0 2 6 A6 2E 59
Octal 326 360 352 13 0 2 6 246 56 131
Binary 11010110 11110000 11101010 1011 0 10 110 10100110 101110 1011001

Color Harmonies of #D6F0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F0EA

Black with #D6F0EA

Text Example


Text Example

White with #D6F0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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