Html Css Color HEX #D6F2EA Tranquil

📋 copy color: '#D6F2EA'

red 214 ◦ green 242 ◦ blue 234

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

Shades of Tranquil #D6F2EA

Tints of Tranquil #D6F2EA

RGB

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

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

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

R = 31.01%
G = 35.07%
B = 33.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#D6F2EA (or 0xD6F2EA) is known color: Tranquil. HEX triplet: D6, F2 and EA. RGB value is (214,242,234). Sum of RGB (Red+Green+Blue) = 214+242+234=690 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.01% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F2EA is #290D15. Grayscale: #E8E8E8. Windows color (decimal): -2690326 or 15397590. OLE color: 15397590.

HSL color Cylindrical-coordinate representation of color #D6F2EA: hue angle of 162.86º 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 #D6F2EA is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 234 -
CMYK 0.12 0 0.03 0.05
HSL 162.86º 0.52% 0.89% -
HSV(B) 162.86º 0.12% 0.95% -
XYZ 74.33 83.74 90.09 -
YUV 232.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 214 242 234 0.12 0 0.03 0.05 162.86 0.52 0.89
Hex D6 F2 EA C 0 3 5 A3 34 59
Octal 326 362 352 14 0 3 5 243 64 131
Binary 11010110 11110010 11101010 1100 0 11 101 10100011 110100 1011001

Color Harmonies of #D6F2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2EA

Black with #D6F2EA

Text Example


Text Example

White with #D6F2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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