Html Css Color HEX #D6EFEB Tranquil

📋 copy color: '#D6EFEB'

red 214 ◦ green 239 ◦ blue 235

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

Shades of Tranquil #D6EFEB

Tints of Tranquil #D6EFEB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.74%

 BLUE value IS 235 (92.19% from 255) = 34.16%

R = 31.1%
G = 34.74%
B = 34.16%

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

#D6EFEB (or 0xD6EFEB) is known color: Tranquil. HEX triplet: D6, EF and EB. RGB value is (214,239,235). Sum of RGB (Red+Green+Blue) = 214+239+235=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EFEB is #291014. Grayscale: #E7E7E7. Windows color (decimal): -2691093 or 15462358. OLE color: 15462358.

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

Color convert

RGB 214 239 235 -
CMYK 0.10 0 0.02 0.06
HSL 170.4º 0.44% 0.89% -
HSV(B) 170.4º 0.1% 0.94% -
XYZ 73.59 82.03 90.55 -
YUV 231.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 214 239 235 0.10 0 0.02 0.06 170.4 0.44 0.89
Hex D6 EF EB A 0 2 6 AA 2C 59
Octal 326 357 353 12 0 2 6 252 54 131
Binary 11010110 11101111 11101011 1010 0 10 110 10101010 101100 1011001

Color Harmonies of #D6EFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EFEB

Black with #D6EFEB

Text Example


Text Example

White with #D6EFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EFEB; }

 p { color: rgb(214,239,235); }

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

background-color css

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

 a { background-color: rgb(214,239,235); }

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

border-color css

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

 span { border-color: rgb(214,239,235); }

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