Html Css Color HEX #D5F0ED Foam

📋 copy color: '#D5F0ED'

red 213 ◦ green 240 ◦ blue 237

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

Shades of Foam #D5F0ED

Tints of Foam #D5F0ED

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.78%

 BLUE value IS 237 (92.97% from 255) = 34.35%

R = 30.87%
G = 34.78%
B = 34.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#D5F0ED (or 0xD5F0ED) is known color: Foam. HEX triplet: D5, F0 and ED. RGB value is (213,240,237). Sum of RGB (Red+Green+Blue) = 213+240+237=690 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.87% from 690); Green value is 240 (94.14% from 255 or 34.78% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F0ED is #2A0F12. Grayscale: #E7E7E7. Windows color (decimal): -2756371 or 15593685. OLE color: 15593685.

HSL color Cylindrical-coordinate representation of color #D5F0ED: hue angle of 173.33º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5F0ED is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 240 237 -
CMYK 0.11 0 0.01 0.06
HSL 173.33º 0.47% 0.89% -
HSV(B) 173.33º 0.11% 0.94% -
XYZ 73.89 82.58 92.17 -
YUV 231.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 213 240 237 0.11 0 0.01 0.06 173.33 0.47 0.89
Hex D5 F0 ED B 0 1 6 AD 2F 59
Octal 325 360 355 13 0 1 6 255 57 131
Binary 11010101 11110000 11101101 1011 0 1 110 10101101 101111 1011001

Color Harmonies of #D5F0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F0ED

Black with #D5F0ED

Text Example


Text Example

White with #D5F0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F0ED; }

 p { color: rgb(213,240,237); }

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

background-color css

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

 a { background-color: rgb(213,240,237); }

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

border-color css

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

 span { border-color: rgb(213,240,237); }

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