Html Css Color HEX #D5F3EF Foam

📋 copy color: '#D5F3EF'

red 213 ◦ green 243 ◦ blue 239

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

Shades of Foam #D5F3EF

Tints of Foam #D5F3EF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.96%

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

R = 30.65%
G = 34.96%
B = 34.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#D5F3EF (or 0xD5F3EF) is known color: Foam. HEX triplet: D5, F3 and EF. RGB value is (213,243,239). Sum of RGB (Red+Green+Blue) = 213+243+239=695 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.65% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F3EF is #2A0C10. Grayscale: #E9E9E9. Windows color (decimal): -2755601 or 15725525. OLE color: 15725525.

HSL color Cylindrical-coordinate representation of color #D5F3EF: hue angle of 172º degrees, saturation: 0.56, 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 #D5F3EF is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 243 239 -
CMYK 0.12 0 0.02 0.05
HSL 172º 0.56% 0.89% -
HSV(B) 172º 0.12% 0.95% -
XYZ 75.07 84.48 94.01 -
YUV 233.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 213 243 239 0.12 0 0.02 0.05 172 0.56 0.89
Hex D5 F3 EF C 0 2 5 AC 38 59
Octal 325 363 357 14 0 2 5 254 70 131
Binary 11010101 11110011 11101111 1100 0 10 101 10101100 111000 1011001

Color Harmonies of #D5F3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F3EF

Black with #D5F3EF

Text Example


Text Example

White with #D5F3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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