Html Css Color HEX #D5ECAE Reef

📋 copy color: '#D5ECAE'

red 213 ◦ green 236 ◦ blue 174

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

Shades of Reef #D5ECAE

Tints of Reef #D5ECAE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.88%

 BLUE value IS 174 (68.36% from 255) = 27.93%

R = 34.19%
G = 37.88%
B = 27.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#D5ECAE (or 0xD5ECAE) is known color: Reef. HEX triplet: D5, EC and AE. RGB value is (213,236,174). Sum of RGB (Red+Green+Blue) = 213+236+174=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5ECAE is #2A1351. Grayscale: #DEDEDE. Windows color (decimal): -2757458 or 11463893. OLE color: 11463893.

HSL color Cylindrical-coordinate representation of color #D5ECAE: hue angle of 82.26º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5ECAE is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 236 174 -
CMYK 0.10 0 0.26 0.07
HSL 82.26º 0.62% 0.8% -
HSV(B) 82.26º 0.26% 0.93% -
XYZ 65.08 77.19 51.51 -
YUV 222.06 100.88 121.54 -
System Red Green Blue C M Y K H S L
Decimal 213 236 174 0.10 0 0.26 0.07 82.26 0.62 0.8
Hex D5 EC AE A 0 1A 7 52 3E 50
Octal 325 354 256 12 0 32 7 122 76 120
Binary 11010101 11101100 10101110 1010 0 11010 111 1010010 111110 1010000

Color Harmonies of #D5ECAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ECAE

Black with #D5ECAE

Text Example


Text Example

White with #D5ECAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ECAE; }

 p { color: rgb(213,236,174); }

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

background-color css

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

 a { background-color: rgb(213,236,174); }

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

border-color css

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

 span { border-color: rgb(213,236,174); }

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