Html Css Color HEX #D6EDE8 Tranquil

📋 copy color: '#D6EDE8'

red 214 ◦ green 237 ◦ blue 232

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

Shades of Tranquil #D6EDE8

Tints of Tranquil #D6EDE8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.7%

 BLUE value IS 232 (91.02% from 255) = 33.97%

R = 31.33%
G = 34.7%
B = 33.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#D6EDE8 (or 0xD6EDE8) is known color: Tranquil. HEX triplet: D6, ED and E8. RGB value is (214,237,232). Sum of RGB (Red+Green+Blue) = 214+237+232=683 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.33% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EDE8 is #291217. Grayscale: #E5E5E5. Windows color (decimal): -2691608 or 15265238. OLE color: 15265238.

HSL color Cylindrical-coordinate representation of color #D6EDE8: hue angle of 166.96º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EDE8 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 232 -
CMYK 0.10 0 0.02 0.07
HSL 166.96º 0.39% 0.88% -
HSV(B) 166.96º 0.1% 0.93% -
XYZ 72.58 80.69 88.09 -
YUV 229.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 214 237 232 0.10 0 0.02 0.07 166.96 0.39 0.88
Hex D6 ED E8 A 0 2 7 A7 27 58
Octal 326 355 350 12 0 2 7 247 47 130
Binary 11010110 11101101 11101000 1010 0 10 111 10100111 100111 1011000

Color Harmonies of #D6EDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDE8

Black with #D6EDE8

Text Example


Text Example

White with #D6EDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDE8; }

 p { color: rgb(214,237,232); }

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

background-color css

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

 a { background-color: rgb(214,237,232); }

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

border-color css

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

 span { border-color: rgb(214,237,232); }

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