Html Css Color HEX #D5F2DF Swans Down

📋 copy color: '#D5F2DF'

red 213 ◦ green 242 ◦ blue 223

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

Shades of Swans Down #D5F2DF

Tints of Swans Down #D5F2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.69%

 BLUE value IS 223 (87.5% from 255) = 32.89%

R = 31.42%
G = 35.69%
B = 32.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#D5F2DF (or 0xD5F2DF) is known color: Swans Down. HEX triplet: D5, F2 and DF. RGB value is (213,242,223). Sum of RGB (Red+Green+Blue) = 213+242+223=678 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.42% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F2DF is #2A0D20. Grayscale: #E7E7E7. Windows color (decimal): -2755873 or 14676693. OLE color: 14676693.

HSL color Cylindrical-coordinate representation of color #D5F2DF: hue angle of 140.69º degrees, saturation: 0.53, 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 #D5F2DF is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 242 223 -
CMYK 0.12 0 0.08 0.05
HSL 140.69º 0.53% 0.89% -
HSV(B) 140.69º 0.12% 0.95% -
XYZ 72.51 82.98 82.01 -
YUV 231.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 213 242 223 0.12 0 0.08 0.05 140.69 0.53 0.89
Hex D5 F2 DF C 0 8 5 8D 35 59
Octal 325 362 337 14 0 10 5 215 65 131
Binary 11010101 11110010 11011111 1100 0 1000 101 10001101 110101 1011001

Color Harmonies of #D5F2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F2DF

Black with #D5F2DF

Text Example


Text Example

White with #D5F2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F2DF; }

 p { color: rgb(213,242,223); }

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

background-color css

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

 a { background-color: rgb(213,242,223); }

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

border-color css

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

 span { border-color: rgb(213,242,223); }

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