Html Css Color HEX #D6EADC Swans Down

📋 copy color: '#D6EADC'

red 214 ◦ green 234 ◦ blue 220

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

Shades of Swans Down #D6EADC

Tints of Swans Down #D6EADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.93%

R = 32.04%
G = 35.03%
B = 32.93%

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

#D6EADC (or 0xD6EADC) is known color: Swans Down. HEX triplet: D6, EA and DC. RGB value is (214,234,220). Sum of RGB (Red+Green+Blue) = 214+234+220=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EADC is #291523. Grayscale: #E2E2E2. Windows color (decimal): -2692388 or 14478038. OLE color: 14478038.

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

Color convert

RGB 214 234 220 -
CMYK 0.09 0 0.06 0.08
HSL 138º 0.32% 0.88% -
HSV(B) 138º 0.09% 0.92% -
XYZ 70.07 78.31 79.13 -
YUV 226.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 214 234 220 0.09 0 0.06 0.08 138 0.32 0.88
Hex D6 EA DC 9 0 6 8 8A 20 58
Octal 326 352 334 11 0 6 10 212 40 130
Binary 11010110 11101010 11011100 1001 0 110 1000 10001010 100000 1011000

Color Harmonies of #D6EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EADC

Black with #D6EADC

Text Example


Text Example

White with #D6EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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