Html Css Color HEX #D2EFED Foam

📋 copy color: '#D2EFED'

red 210 ◦ green 239 ◦ blue 237

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

Shades of Foam #D2EFED

Tints of Foam #D2EFED

RGB

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

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

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

R = 30.61%
G = 34.84%
B = 34.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#D2EFED (or 0xD2EFED) is known color: Foam. HEX triplet: D2, EF and ED. RGB value is (210,239,237). Sum of RGB (Red+Green+Blue) = 210+239+237=686 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.61% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EFED is #2D1012. Grayscale: #E6E6E6. Windows color (decimal): -2953235 or 15593426. OLE color: 15593426.

HSL color Cylindrical-coordinate representation of color #D2EFED: hue angle of 175.86º 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 #D2EFED is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 239 237 -
CMYK 0.12 0 0.01 0.06
HSL 175.86º 0.48% 0.88% -
HSV(B) 175.86º 0.12% 0.94% -
XYZ 72.73 81.55 92.03 -
YUV 230.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 210 239 237 0.12 0 0.01 0.06 175.86 0.48 0.88
Hex D2 EF ED C 0 1 6 B0 30 58
Octal 322 357 355 14 0 1 6 260 60 130
Binary 11010010 11101111 11101101 1100 0 1 110 10110000 110000 1011000

Color Harmonies of #D2EFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EFED

Black with #D2EFED

Text Example


Text Example

White with #D2EFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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