Html Css Color HEX #D0F1ED Foam

📋 copy color: '#D0F1ED'

red 208 ◦ green 241 ◦ blue 237

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

Shades of Foam #D0F1ED

Tints of Foam #D0F1ED

RGB

 RED value IS 208 (81.64% from 255) = 30.32%

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

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

R = 30.32%
G = 35.13%
B = 34.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#D0F1ED (or 0xD0F1ED) is known color: Foam. HEX triplet: D0, F1 and ED. RGB value is (208,241,237). Sum of RGB (Red+Green+Blue) = 208+241+237=686 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.32% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F1ED is #2F0E12. Grayscale: #E6E6E6. Windows color (decimal): -3083795 or 15593936. OLE color: 15593936.

HSL color Cylindrical-coordinate representation of color #D0F1ED: hue angle of 172.73º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0F1ED is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 241 237 -
CMYK 0.14 0 0.02 0.05
HSL 172.73º 0.54% 0.88% -
HSV(B) 172.73º 0.14% 0.95% -
XYZ 72.75 82.43 92.2 -
YUV 230.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 208 241 237 0.14 0 0.02 0.05 172.73 0.54 0.88
Hex D0 F1 ED E 0 2 5 AD 36 58
Octal 320 361 355 16 0 2 5 255 66 130
Binary 11010000 11110001 11101101 1110 0 10 101 10101101 110110 1011000

Color Harmonies of #D0F1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F1ED

Black with #D0F1ED

Text Example


Text Example

White with #D0F1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F1ED; }

 p { color: rgb(208,241,237); }

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

background-color css

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

 a { background-color: rgb(208,241,237); }

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

border-color css

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

 span { border-color: rgb(208,241,237); }

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