Html Css Color HEX #D5EFDB Swans Down

📋 copy color: '#D5EFDB'

red 213 ◦ green 239 ◦ blue 219

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

Shades of Swans Down #D5EFDB

Tints of Swans Down #D5EFDB

RGB

 RED value IS 213 (83.59% from 255) = 31.74%

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

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

R = 31.74%
G = 35.62%
B = 32.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#D5EFDB (or 0xD5EFDB) is known color: Swans Down. HEX triplet: D5, EF and DB. RGB value is (213,239,219). Sum of RGB (Red+Green+Blue) = 213+239+219=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFDB is #2A1024. Grayscale: #E5E5E5. Windows color (decimal): -2756645 or 14413781. OLE color: 14413781.

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

Color convert

RGB 213 239 219 -
CMYK 0.11 0 0.08 0.06
HSL 133.85º 0.45% 0.89% -
HSV(B) 133.85º 0.11% 0.94% -
XYZ 71.09 80.99 78.9 -
YUV 228.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 213 239 219 0.11 0 0.08 0.06 133.85 0.45 0.89
Hex D5 EF DB B 0 8 6 86 2D 59
Octal 325 357 333 13 0 10 6 206 55 131
Binary 11010101 11101111 11011011 1011 0 1000 110 10000110 101101 1011001

Color Harmonies of #D5EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EFDB

Black with #D5EFDB

Text Example


Text Example

White with #D5EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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