Html Css Color HEX #DAE5DB Aqua Squeeze

📋 copy color: '#DAE5DB'

red 218 ◦ green 229 ◦ blue 219

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

Shades of Aqua Squeeze #DAE5DB

Tints of Aqua Squeeze #DAE5DB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.38%

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

R = 32.73%
G = 34.38%
B = 32.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#DAE5DB (or 0xDAE5DB) is known color: Aqua Squeeze. HEX triplet: DA, E5 and DB. RGB value is (218,229,219). Sum of RGB (Red+Green+Blue) = 218+229+219=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5DB is #251A24. Grayscale: #E0E0E0. Windows color (decimal): -2431525 or 14411226. OLE color: 14411226.

HSL color Cylindrical-coordinate representation of color #DAE5DB: hue angle of 125.45º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE5DB is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 219 -
CMYK 0.05 0 0.04 0.10
HSL 125.45º 0.17% 0.88% -
HSV(B) 125.45º 0.05% 0.9% -
XYZ 69.72 76.06 78.02 -
YUV 224.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 218 229 219 0.05 0 0.04 0.10 125.45 0.17 0.88
Hex DA E5 DB 5 0 4 A 7D 11 58
Octal 332 345 333 5 0 4 12 175 21 130
Binary 11011010 11100101 11011011 101 0 100 1010 1111101 10001 1011000

Color Harmonies of #DAE5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5DB

Black with #DAE5DB

Text Example


Text Example

White with #DAE5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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