Html Css Color HEX #D0EFEC Foam

📋 copy color: '#D0EFEC'

red 208 ◦ green 239 ◦ blue 236

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

Shades of Foam #D0EFEC

Tints of Foam #D0EFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.99%

 BLUE value IS 236 (92.58% from 255) = 34.55%

R = 30.45%
G = 34.99%
B = 34.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#D0EFEC (or 0xD0EFEC) is known color: Foam. HEX triplet: D0, EF and EC. RGB value is (208,239,236). Sum of RGB (Red+Green+Blue) = 208+239+236=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EFEC is #2F1013. Grayscale: #E5E5E5. Windows color (decimal): -3084308 or 15527888. OLE color: 15527888.

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

Color convert

RGB 208 239 236 -
CMYK 0.13 0 0.01 0.06
HSL 174.19º 0.49% 0.88% -
HSV(B) 174.19º 0.13% 0.94% -
XYZ 72.02 81.2 91.23 -
YUV 229.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 208 239 236 0.13 0 0.01 0.06 174.19 0.49 0.88
Hex D0 EF EC D 0 1 6 AE 31 58
Octal 320 357 354 15 0 1 6 256 61 130
Binary 11010000 11101111 11101100 1101 0 1 110 10101110 110001 1011000

Color Harmonies of #D0EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EFEC

Black with #D0EFEC

Text Example


Text Example

White with #D0EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EFEC; }

 p { color: rgb(208,239,236); }

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

background-color css

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

 a { background-color: rgb(208,239,236); }

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

border-color css

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

 span { border-color: rgb(208,239,236); }

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