Html Css Color HEX #D6ECAD Reef

📋 copy color: '#D6ECAD'

red 214 ◦ green 236 ◦ blue 173

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

Shades of Reef #D6ECAD

Tints of Reef #D6ECAD

RGB

 RED value IS 214 (83.98% from 255) = 34.35%

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

 BLUE value IS 173 (67.97% from 255) = 27.77%

R = 34.35%
G = 37.88%
B = 27.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#D6ECAD (or 0xD6ECAD) is known color: Reef. HEX triplet: D6, EC and AD. RGB value is (214,236,173). Sum of RGB (Red+Green+Blue) = 214+236+173=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6ECAD is #291352. Grayscale: #DEDEDE. Windows color (decimal): -2691923 or 11398358. OLE color: 11398358.

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

Color convert

RGB 214 236 173 -
CMYK 0.09 0 0.27 0.07
HSL 80.95º 0.62% 0.8% -
HSV(B) 80.95º 0.27% 0.93% -
XYZ 65.27 77.3 51.02 -
YUV 222.24 100.21 122.12 -
System Red Green Blue C M Y K H S L
Decimal 214 236 173 0.09 0 0.27 0.07 80.95 0.62 0.8
Hex D6 EC AD 9 0 1B 7 51 3E 50
Octal 326 354 255 11 0 33 7 121 76 120
Binary 11010110 11101100 10101101 1001 0 11011 111 1010001 111110 1010000

Color Harmonies of #D6ECAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECAD

Black with #D6ECAD

Text Example


Text Example

White with #D6ECAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECAD; }

 p { color: rgb(214,236,173); }

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

background-color css

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

 a { background-color: rgb(214,236,173); }

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

border-color css

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

 span { border-color: rgb(214,236,173); }

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