Html Css Color HEX #D5DED6 Aqua Squeeze

📋 copy color: '#D5DED6'

red 213 ◦ green 222 ◦ blue 214

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

Shades of Aqua Squeeze #D5DED6

Tints of Aqua Squeeze #D5DED6

RGB

 RED value IS 213 (83.59% from 255) = 32.82%

 GREEN value IS 222 (87.11% from 255) = 34.21%

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

R = 32.82%
G = 34.21%
B = 32.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#D5DED6 (or 0xD5DED6) is known color: Aqua Squeeze. HEX triplet: D5, DE and D6. RGB value is (213,222,214). Sum of RGB (Red+Green+Blue) = 213+222+214=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 214 (83.98% from 255 or 32.97% from 649); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DED6 is #2A2129. Grayscale: #DADADA. Windows color (decimal): -2761002 or 14081749. OLE color: 14081749.

HSL color Cylindrical-coordinate representation of color #D5DED6: hue angle of 126.67º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DED6 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 222 214 -
CMYK 0.04 0 0.04 0.13
HSL 126.67º 0.12% 0.85% -
HSV(B) 126.67º 0.04% 0.87% -
XYZ 65.7 71.24 73.91 -
YUV 218.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 213 222 214 0.04 0 0.04 0.13 126.67 0.12 0.85
Hex D5 DE D6 4 0 4 D 7F C 55
Octal 325 336 326 4 0 4 15 177 14 125
Binary 11010101 11011110 11010110 100 0 100 1101 1111111 1100 1010101

Color Harmonies of #D5DED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DED6

Black with #D5DED6

Text Example


Text Example

White with #D5DED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DED6; }

 p { color: rgb(213,222,214); }

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

background-color css

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

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

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

border-color css

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

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

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