Html Css Color HEX #DBEFE2 Swans Down

📋 copy color: '#DBEFE2'

red 219 ◦ green 239 ◦ blue 226

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

Shades of Swans Down #DBEFE2

Tints of Swans Down #DBEFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.94%

 BLUE value IS 226 (88.67% from 255) = 33.04%

R = 32.02%
G = 34.94%
B = 33.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#DBEFE2 (or 0xDBEFE2) is known color: Swans Down. HEX triplet: DB, EF and E2. RGB value is (219,239,226). Sum of RGB (Red+Green+Blue) = 219+239+226=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFE2 is #24101D. Grayscale: #E7E7E7. Windows color (decimal): -2363422 or 14872539. OLE color: 14872539.

HSL color Cylindrical-coordinate representation of color #DBEFE2: hue angle of 141º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFE2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 226 -
CMYK 0.08 0 0.05 0.06
HSL 141º 0.38% 0.9% -
HSV(B) 141º 0.08% 0.94% -
XYZ 73.81 82.28 83.94 -
YUV 231.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 219 239 226 0.08 0 0.05 0.06 141 0.38 0.9
Hex DB EF E2 8 0 5 6 8D 26 5A
Octal 333 357 342 10 0 5 6 215 46 132
Binary 11011011 11101111 11100010 1000 0 101 110 10001101 100110 1011010

Color Harmonies of #DBEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFE2

Black with #DBEFE2

Text Example


Text Example

White with #DBEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFE2; }

 p { color: rgb(219,239,226); }

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

background-color css

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

 a { background-color: rgb(219,239,226); }

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

border-color css

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

 span { border-color: rgb(219,239,226); }

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