Html Css Color HEX #D6F2EC Tranquil

📋 copy color: '#D6F2EC'

red 214 ◦ green 242 ◦ blue 236

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

Shades of Tranquil #D6F2EC

Tints of Tranquil #D6F2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.97%

 BLUE value IS 236 (92.58% from 255) = 34.1%

R = 30.92%
G = 34.97%
B = 34.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#D6F2EC (or 0xD6F2EC) is known color: Tranquil. HEX triplet: D6, F2 and EC. RGB value is (214,242,236). Sum of RGB (Red+Green+Blue) = 214+242+236=692 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.92% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F2EC is #290D13. Grayscale: #E8E8E8. Windows color (decimal): -2690324 or 15528662. OLE color: 15528662.

HSL color Cylindrical-coordinate representation of color #D6F2EC: hue angle of 167.14º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F2EC is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 236 -
CMYK 0.12 0 0.02 0.05
HSL 167.14º 0.52% 0.89% -
HSV(B) 167.14º 0.12% 0.95% -
XYZ 74.62 83.86 91.61 -
YUV 232.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 214 242 236 0.12 0 0.02 0.05 167.14 0.52 0.89
Hex D6 F2 EC C 0 2 5 A7 34 59
Octal 326 362 354 14 0 2 5 247 64 131
Binary 11010110 11110010 11101100 1100 0 10 101 10100111 110100 1011001

Color Harmonies of #D6F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2EC

Black with #D6F2EC

Text Example


Text Example

White with #D6F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2EC; }

 p { color: rgb(214,242,236); }

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

background-color css

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

 a { background-color: rgb(214,242,236); }

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

border-color css

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

 span { border-color: rgb(214,242,236); }

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