Html Css Color HEX #D6EDD7 Aqua Squeeze

📋 copy color: '#D6EDD7'

red 214 ◦ green 237 ◦ blue 215

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

Shades of Aqua Squeeze #D6EDD7

Tints of Aqua Squeeze #D6EDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.28%

R = 32.13%
G = 35.59%
B = 32.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#D6EDD7 (or 0xD6EDD7) is known color: Aqua Squeeze. HEX triplet: D6, ED and D7. RGB value is (214,237,215). Sum of RGB (Red+Green+Blue) = 214+237+215=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 215 (84.38% from 255 or 32.28% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDD7 is #291228. Grayscale: #E3E3E3. Windows color (decimal): -2691625 or 14151126. OLE color: 14151126.

HSL color Cylindrical-coordinate representation of color #D6EDD7: hue angle of 122.61º 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 #D6EDD7 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 215 -
CMYK 0.10 0 0.09 0.07
HSL 122.61º 0.39% 0.88% -
HSV(B) 122.61º 0.1% 0.93% -
XYZ 70.28 79.77 75.98 -
YUV 227.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 214 237 215 0.10 0 0.09 0.07 122.61 0.39 0.88
Hex D6 ED D7 A 0 9 7 7B 27 58
Octal 326 355 327 12 0 11 7 173 47 130
Binary 11010110 11101101 11010111 1010 0 1001 111 1111011 100111 1011000

Color Harmonies of #D6EDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDD7

Black with #D6EDD7

Text Example


Text Example

White with #D6EDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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