Html Css Color HEX #DBEAE0 Swans Down

📋 copy color: '#DBEAE0'

red 219 ◦ green 234 ◦ blue 224

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

Shades of Swans Down #DBEAE0

Tints of Swans Down #DBEAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.09%

R = 32.35%
G = 34.56%
B = 33.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#DBEAE0 (or 0xDBEAE0) is known color: Swans Down. HEX triplet: DB, EA and E0. RGB value is (219,234,224). Sum of RGB (Red+Green+Blue) = 219+234+224=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAE0 is #24151F. Grayscale: #E4E4E4. Windows color (decimal): -2364704 or 14740187. OLE color: 14740187.

HSL color Cylindrical-coordinate representation of color #DBEAE0: hue angle of 140º 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 #DBEAE0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 224 -
CMYK 0.06 0 0.04 0.08
HSL 140º 0.26% 0.89% -
HSV(B) 140º 0.06% 0.92% -
XYZ 72.09 79.29 82.03 -
YUV 228.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 219 234 224 0.06 0 0.04 0.08 140 0.26 0.89
Hex DB EA E0 6 0 4 8 8C 1A 59
Octal 333 352 340 6 0 4 10 214 32 131
Binary 11011011 11101010 11100000 110 0 100 1000 10001100 11010 1011001

Color Harmonies of #DBEAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAE0

Black with #DBEAE0

Text Example


Text Example

White with #DBEAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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