Html Css Color HEX #DBEFE1 Swans Down

📋 copy color: '#DBEFE1'

red 219 ◦ green 239 ◦ blue 225

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

Shades of Swans Down #DBEFE1

Tints of Swans Down #DBEFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 32.94%

R = 32.06%
G = 34.99%
B = 32.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#DBEFE1 (or 0xDBEFE1) is known color: Swans Down. HEX triplet: DB, EF and E1. RGB value is (219,239,225). Sum of RGB (Red+Green+Blue) = 219+239+225=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFE1 is #24101E. Grayscale: #E7E7E7. Windows color (decimal): -2363423 or 14807003. OLE color: 14807003.

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

Color convert

RGB 219 239 225 -
CMYK 0.08 0 0.06 0.06
HSL 138º 0.38% 0.9% -
HSV(B) 138º 0.08% 0.94% -
XYZ 73.67 82.23 83.22 -
YUV 231.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 219 239 225 0.08 0 0.06 0.06 138 0.38 0.9
Hex DB EF E1 8 0 6 6 8A 26 5A
Octal 333 357 341 10 0 6 6 212 46 132
Binary 11011011 11101111 11100001 1000 0 110 110 10001010 100110 1011010

Color Harmonies of #DBEFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFE1

Black with #DBEFE1

Text Example


Text Example

White with #DBEFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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