Html Css Color HEX #DAE7DB Aqua Squeeze

📋 copy color: '#DAE7DB'

red 218 ◦ green 231 ◦ blue 219

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

Shades of Aqua Squeeze #DAE7DB

Tints of Aqua Squeeze #DAE7DB

RGB

 RED value IS 218 (85.55% from 255) = 32.63%

 GREEN value IS 231 (90.63% from 255) = 34.58%

 BLUE value IS 219 (85.94% from 255) = 32.78%

R = 32.63%
G = 34.58%
B = 32.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#DAE7DB (or 0xDAE7DB) is known color: Aqua Squeeze. HEX triplet: DA, E7 and DB. RGB value is (218,231,219). Sum of RGB (Red+Green+Blue) = 218+231+219=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7DB is #251824. Grayscale: #E1E1E1. Windows color (decimal): -2431013 or 14411738. OLE color: 14411738.

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

Color convert

RGB 218 231 219 -
CMYK 0.06 0 0.05 0.09
HSL 124.62º 0.21% 0.88% -
HSV(B) 124.62º 0.06% 0.91% -
XYZ 70.28 77.17 78.21 -
YUV 225.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 218 231 219 0.06 0 0.05 0.09 124.62 0.21 0.88
Hex DA E7 DB 6 0 5 9 7D 15 58
Octal 332 347 333 6 0 5 11 175 25 130
Binary 11011010 11100111 11011011 110 0 101 1001 1111101 10101 1011000

Color Harmonies of #DAE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE7DB

Black with #DAE7DB

Text Example


Text Example

White with #DAE7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE7DB; }

 p { color: rgb(218,231,219); }

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

background-color css

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

 a { background-color: rgb(218,231,219); }

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

border-color css

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

 span { border-color: rgb(218,231,219); }

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