Html Css Color HEX #D5F2EF Foam

📋 copy color: '#D5F2EF'

red 213 ◦ green 242 ◦ blue 239

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

Shades of Foam #D5F2EF

Tints of Foam #D5F2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.87%

 BLUE value IS 239 (93.75% from 255) = 34.44%

R = 30.69%
G = 34.87%
B = 34.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#D5F2EF (or 0xD5F2EF) is known color: Foam. HEX triplet: D5, F2 and EF. RGB value is (213,242,239). Sum of RGB (Red+Green+Blue) = 213+242+239=694 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.69% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F2EF is #2A0D10. Grayscale: #E8E8E8. Windows color (decimal): -2755857 or 15725269. OLE color: 15725269.

HSL color Cylindrical-coordinate representation of color #D5F2EF: hue angle of 173.79º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F2EF is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 242 239 -
CMYK 0.12 0 0.01 0.05
HSL 173.79º 0.53% 0.89% -
HSV(B) 173.79º 0.12% 0.95% -
XYZ 74.77 83.88 93.91 -
YUV 232.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 213 242 239 0.12 0 0.01 0.05 173.79 0.53 0.89
Hex D5 F2 EF C 0 1 5 AE 35 59
Octal 325 362 357 14 0 1 5 256 65 131
Binary 11010101 11110010 11101111 1100 0 1 101 10101110 110101 1011001

Color Harmonies of #D5F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F2EF

Black with #D5F2EF

Text Example


Text Example

White with #D5F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F2EF; }

 p { color: rgb(213,242,239); }

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

background-color css

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

 a { background-color: rgb(213,242,239); }

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

border-color css

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

 span { border-color: rgb(213,242,239); }

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