Html Css Color HEX #D5F1DC Swans Down

📋 copy color: '#D5F1DC'

red 213 ◦ green 241 ◦ blue 220

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

Shades of Swans Down #D5F1DC

Tints of Swans Down #D5F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.76%

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

R = 31.6%
G = 35.76%
B = 32.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#D5F1DC (or 0xD5F1DC) is known color: Swans Down. HEX triplet: D5, F1 and DC. RGB value is (213,241,220). Sum of RGB (Red+Green+Blue) = 213+241+220=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1DC is #2A0E23. Grayscale: #E6E6E6. Windows color (decimal): -2756132 or 14479829. OLE color: 14479829.

HSL color Cylindrical-coordinate representation of color #D5F1DC: hue angle of 135º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F1DC is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 241 220 -
CMYK 0.12 0 0.09 0.05
HSL 135º 0.5% 0.89% -
HSV(B) 135º 0.12% 0.95% -
XYZ 71.81 82.22 79.8 -
YUV 230.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 213 241 220 0.12 0 0.09 0.05 135 0.5 0.89
Hex D5 F1 DC C 0 9 5 87 32 59
Octal 325 361 334 14 0 11 5 207 62 131
Binary 11010101 11110001 11011100 1100 0 1001 101 10000111 110010 1011001

Color Harmonies of #D5F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F1DC

Black with #D5F1DC

Text Example


Text Example

White with #D5F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F1DC; }

 p { color: rgb(213,241,220); }

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

background-color css

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

 a { background-color: rgb(213,241,220); }

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

border-color css

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

 span { border-color: rgb(213,241,220); }

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