Html Css Color HEX #D5ECA2 Reef

📋 copy color: '#D5ECA2'

red 213 ◦ green 236 ◦ blue 162

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

Shades of Reef #D5ECA2

Tints of Reef #D5ECA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.51%

R = 34.86%
G = 38.63%
B = 26.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#D5ECA2 (or 0xD5ECA2) is known color: Reef. HEX triplet: D5, EC and A2. RGB value is (213,236,162). Sum of RGB (Red+Green+Blue) = 213+236+162=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 162 (63.67% from 255 or 26.51% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5ECA2 is #2A135D. Grayscale: #DCDCDC. Windows color (decimal): -2757470 or 10677461. OLE color: 10677461.

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

Color convert

RGB 213 236 162 -
CMYK 0.10 0 0.31 0.07
HSL 78.65º 0.66% 0.78% -
HSV(B) 78.65º 0.31% 0.93% -
XYZ 63.96 76.75 45.62 -
YUV 220.69 94.88 122.52 -
System Red Green Blue C M Y K H S L
Decimal 213 236 162 0.10 0 0.31 0.07 78.65 0.66 0.78
Hex D5 EC A2 A 0 1F 7 4F 42 4E
Octal 325 354 242 12 0 37 7 117 102 116
Binary 11010101 11101100 10100010 1010 0 11111 111 1001111 1000010 1001110

Color Harmonies of #D5ECA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ECA2

Black with #D5ECA2

Text Example


Text Example

White with #D5ECA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ECA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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