Html Css Color HEX #D6E9D6 Aqua Squeeze

📋 copy color: '#D6E9D6'

red 214 ◦ green 233 ◦ blue 214

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

Shades of Aqua Squeeze #D6E9D6

Tints of Aqua Squeeze #D6E9D6

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.25%

 BLUE value IS 214 (83.98% from 255) = 32.38%

R = 32.38%
G = 35.25%
B = 32.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#D6E9D6 (or 0xD6E9D6) is known color: Aqua Squeeze. HEX triplet: D6, E9 and D6. RGB value is (214,233,214). Sum of RGB (Red+Green+Blue) = 214+233+214=661 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.38% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E9D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E9D6 is #291629. Grayscale: #E1E1E1. Windows color (decimal): -2692650 or 14084566. OLE color: 14084566.

HSL color Cylindrical-coordinate representation of color #D6E9D6: hue angle of 120º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6E9D6 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 233 214 -
CMYK 0.08 0 0.08 0.09
HSL 120º 0.3% 0.88% -
HSV(B) 120º 0.08% 0.91% -
XYZ 69.01 77.43 74.93 -
YUV 225.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 214 233 214 0.08 0 0.08 0.09 120 0.3 0.88
Hex D6 E9 D6 8 0 8 9 78 1E 58
Octal 326 351 326 10 0 10 11 170 36 130
Binary 11010110 11101001 11010110 1000 0 1000 1001 1111000 11110 1011000

Color Harmonies of #D6E9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E9D6

Black with #D6E9D6

Text Example


Text Example

White with #D6E9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E9D6; }

 p { color: rgb(214,233,214); }

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

background-color css

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

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

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

border-color css

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

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

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