Html Css Color HEX #D6EADD Swans Down

📋 copy color: '#D6EADD'

red 214 ◦ green 234 ◦ blue 221

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

Shades of Swans Down #D6EADD

Tints of Swans Down #D6EADD

RGB

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

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

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

R = 31.99%
G = 34.98%
B = 33.03%

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

#D6EADD (or 0xD6EADD) is known color: Swans Down. HEX triplet: D6, EA and DD. RGB value is (214,234,221). Sum of RGB (Red+Green+Blue) = 214+234+221=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EADD is #291522. Grayscale: #E2E2E2. Windows color (decimal): -2692387 or 14543574. OLE color: 14543574.

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

Color convert

RGB 214 234 221 -
CMYK 0.09 0 0.06 0.08
HSL 141º 0.32% 0.88% -
HSV(B) 141º 0.09% 0.92% -
XYZ 70.21 78.36 79.83 -
YUV 226.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 214 234 221 0.09 0 0.06 0.08 141 0.32 0.88
Hex D6 EA DD 9 0 6 8 8D 20 58
Octal 326 352 335 11 0 6 10 215 40 130
Binary 11010110 11101010 11011101 1001 0 110 1000 10001101 100000 1011000

Color Harmonies of #D6EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EADD

Black with #D6EADD

Text Example


Text Example

White with #D6EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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