Html Css Color HEX #DBEADD Aqua Squeeze

📋 copy color: '#DBEADD'

red 219 ◦ green 234 ◦ blue 221

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

Shades of Aqua Squeeze #DBEADD

Tints of Aqua Squeeze #DBEADD

RGB

 RED value IS 219 (85.94% from 255) = 32.49%

 GREEN value IS 234 (91.8% from 255) = 34.72%

 BLUE value IS 221 (86.72% from 255) = 32.79%

R = 32.49%
G = 34.72%
B = 32.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#DBEADD (or 0xDBEADD) is known color: Aqua Squeeze. HEX triplet: DB, EA and DD. RGB value is (219,234,221). Sum of RGB (Red+Green+Blue) = 219+234+221=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEADD is #241522. Grayscale: #E4E4E4. Windows color (decimal): -2364707 or 14543579. OLE color: 14543579.

HSL color Cylindrical-coordinate representation of color #DBEADD: hue angle of 128º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBEADD is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 221 -
CMYK 0.06 0 0.06 0.08
HSL 128º 0.26% 0.89% -
HSV(B) 128º 0.06% 0.92% -
XYZ 71.69 79.13 79.9 -
YUV 228.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 219 234 221 0.06 0 0.06 0.08 128 0.26 0.89
Hex DB EA DD 6 0 6 8 80 1A 59
Octal 333 352 335 6 0 6 10 200 32 131
Binary 11011011 11101010 11011101 110 0 110 1000 10000000 11010 1011001

Color Harmonies of #DBEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEADD

Black with #DBEADD

Text Example


Text Example

White with #DBEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEADD; }

 p { color: rgb(219,234,221); }

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

background-color css

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

 a { background-color: rgb(219,234,221); }

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

border-color css

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

 span { border-color: rgb(219,234,221); }

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