Html Css Color HEX #D5E0A0 Reef

📋 copy color: '#D5E0A0'

red 213 ◦ green 224 ◦ blue 160

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

Shades of Reef #D5E0A0

Tints of Reef #D5E0A0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.52%

 BLUE value IS 160 (62.89% from 255) = 26.8%

R = 35.68%
G = 37.52%
B = 26.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#D5E0A0 (or 0xD5E0A0) is known color: Reef. HEX triplet: D5, E0 and A0. RGB value is (213,224,160). Sum of RGB (Red+Green+Blue) = 213+224+160=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E0A0 is #2A1F5F. Grayscale: #D5D5D5. Windows color (decimal): -2760544 or 10543317. OLE color: 10543317.

HSL color Cylindrical-coordinate representation of color #D5E0A0: hue angle of 70.31º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5E0A0 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 224 160 -
CMYK 0.05 0 0.29 0.12
HSL 70.31º 0.51% 0.75% -
HSV(B) 70.31º 0.29% 0.88% -
XYZ 60.44 70 43.58 -
YUV 213.42 97.86 127.7 -
System Red Green Blue C M Y K H S L
Decimal 213 224 160 0.05 0 0.29 0.12 70.31 0.51 0.75
Hex D5 E0 A0 5 0 1D C 46 33 4B
Octal 325 340 240 5 0 35 14 106 63 113
Binary 11010101 11100000 10100000 101 0 11101 1100 1000110 110011 1001011

Color Harmonies of #D5E0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E0A0

Black with #D5E0A0

Text Example


Text Example

White with #D5E0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E0A0; }

 p { color: rgb(213,224,160); }

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

background-color css

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

 a { background-color: rgb(213,224,160); }

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

border-color css

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

 span { border-color: rgb(213,224,160); }

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