Html Css Color HEX #D5F1D8 Aqua Squeeze

📋 copy color: '#D5F1D8'

red 213 ◦ green 241 ◦ blue 216

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

Shades of Aqua Squeeze #D5F1D8

Tints of Aqua Squeeze #D5F1D8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.97%

 BLUE value IS 216 (84.77% from 255) = 32.24%

R = 31.79%
G = 35.97%
B = 32.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#D5F1D8 (or 0xD5F1D8) is known color: Aqua Squeeze. HEX triplet: D5, F1 and D8. RGB value is (213,241,216). Sum of RGB (Red+Green+Blue) = 213+241+216=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1D8 is #2A0E27. Grayscale: #E5E5E5. Windows color (decimal): -2756136 or 14217685. OLE color: 14217685.

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

Color convert

RGB 213 241 216 -
CMYK 0.12 0 0.10 0.05
HSL 126.43º 0.5% 0.89% -
HSV(B) 126.43º 0.12% 0.95% -
XYZ 71.29 82.01 77.04 -
YUV 229.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 213 241 216 0.12 0 0.10 0.05 126.43 0.5 0.89
Hex D5 F1 D8 C 0 A 5 7E 32 59
Octal 325 361 330 14 0 12 5 176 62 131
Binary 11010101 11110001 11011000 1100 0 1010 101 1111110 110010 1011001

Color Harmonies of #D5F1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F1D8

Black with #D5F1D8

Text Example


Text Example

White with #D5F1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F1D8; }

 p { color: rgb(213,241,216); }

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

background-color css

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

 a { background-color: rgb(213,241,216); }

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

border-color css

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

 span { border-color: rgb(213,241,216); }

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