Html Css Color HEX #D6EBDD Swans Down

📋 copy color: '#D6EBDD'

red 214 ◦ green 235 ◦ blue 221

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

Shades of Swans Down #D6EBDD

Tints of Swans Down #D6EBDD

RGB

 RED value IS 214 (83.98% from 255) = 31.94%

 GREEN value IS 235 (92.19% from 255) = 35.07%

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

R = 31.94%
G = 35.07%
B = 32.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#D6EBDD (or 0xD6EBDD) is known color: Swans Down. HEX triplet: D6, EB and DD. RGB value is (214,235,221). Sum of RGB (Red+Green+Blue) = 214+235+221=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBDD is #291422. Grayscale: #E3E3E3. Windows color (decimal): -2692131 or 14543830. OLE color: 14543830.

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

Color convert

RGB 214 235 221 -
CMYK 0.09 0 0.06 0.08
HSL 140º 0.34% 0.88% -
HSV(B) 140º 0.09% 0.92% -
XYZ 70.49 78.93 79.93 -
YUV 227.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 214 235 221 0.09 0 0.06 0.08 140 0.34 0.88
Hex D6 EB DD 9 0 6 8 8C 22 58
Octal 326 353 335 11 0 6 10 214 42 130
Binary 11010110 11101011 11011101 1001 0 110 1000 10001100 100010 1011000

Color Harmonies of #D6EBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EBDD

Black with #D6EBDD

Text Example


Text Example

White with #D6EBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EBDD; }

 p { color: rgb(214,235,221); }

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

background-color css

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

 a { background-color: rgb(214,235,221); }

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

border-color css

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

 span { border-color: rgb(214,235,221); }

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