Html Css Color HEX #D2EFEB Foam

📋 copy color: '#D2EFEB'

red 210 ◦ green 239 ◦ blue 235

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

Shades of Foam #D2EFEB

Tints of Foam #D2EFEB

RGB

 RED value IS 210 (82.42% from 255) = 30.7%

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

 BLUE value IS 235 (92.19% from 255) = 34.36%

R = 30.7%
G = 34.94%
B = 34.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#D2EFEB (or 0xD2EFEB) is known color: Foam. HEX triplet: D2, EF and EB. RGB value is (210,239,235). Sum of RGB (Red+Green+Blue) = 210+239+235=684 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.70% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EFEB is #2D1014. Grayscale: #E5E5E5. Windows color (decimal): -2953237 or 15462354. OLE color: 15462354.

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

Color convert

RGB 210 239 235 -
CMYK 0.12 0 0.02 0.06
HSL 171.72º 0.48% 0.88% -
HSV(B) 171.72º 0.12% 0.94% -
XYZ 72.44 81.43 90.5 -
YUV 229.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 210 239 235 0.12 0 0.02 0.06 171.72 0.48 0.88
Hex D2 EF EB C 0 2 6 AC 30 58
Octal 322 357 353 14 0 2 6 254 60 130
Binary 11010010 11101111 11101011 1100 0 10 110 10101100 110000 1011000

Color Harmonies of #D2EFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EFEB

Black with #D2EFEB

Text Example


Text Example

White with #D2EFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EFEB; }

 p { color: rgb(210,239,235); }

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

background-color css

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

 a { background-color: rgb(210,239,235); }

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

border-color css

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

 span { border-color: rgb(210,239,235); }

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