Html Css Color HEX #D4E5D7 Aqua Squeeze

📋 copy color: '#D4E5D7'

red 212 ◦ green 229 ◦ blue 215

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

Shades of Aqua Squeeze #D4E5D7

Tints of Aqua Squeeze #D4E5D7

RGB

 RED value IS 212 (83.2% from 255) = 32.32%

 GREEN value IS 229 (89.84% from 255) = 34.91%

 BLUE value IS 215 (84.38% from 255) = 32.77%

R = 32.32%
G = 34.91%
B = 32.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#D4E5D7 (or 0xD4E5D7) is known color: Aqua Squeeze. HEX triplet: D4, E5 and D7. RGB value is (212,229,215). Sum of RGB (Red+Green+Blue) = 212+229+215=656 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.32% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 229 - color contains mainly: green. Hex color #D4E5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E5D7 is #2B1A28. Grayscale: #DEDEDE. Windows color (decimal): -2824745 or 14149076. OLE color: 14149076.

HSL color Cylindrical-coordinate representation of color #D4E5D7: hue angle of 130.59º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4E5D7 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 229 215 -
CMYK 0.07 0 0.06 0.10
HSL 130.59º 0.25% 0.86% -
HSV(B) 130.59º 0.07% 0.9% -
XYZ 67.44 74.94 75.2 -
YUV 222.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 212 229 215 0.07 0 0.06 0.10 130.59 0.25 0.86
Hex D4 E5 D7 7 0 6 A 83 19 56
Octal 324 345 327 7 0 6 12 203 31 126
Binary 11010100 11100101 11010111 111 0 110 1010 10000011 11001 1010110

Color Harmonies of #D4E5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E5D7

Black with #D4E5D7

Text Example


Text Example

White with #D4E5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E5D7; }

 p { color: rgb(212,229,215); }

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

background-color css

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

 a { background-color: rgb(212,229,215); }

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

border-color css

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

 span { border-color: rgb(212,229,215); }

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