Html Css Color HEX #D6ECAB Reef

📋 copy color: '#D6ECAB'

red 214 ◦ green 236 ◦ blue 171

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

Shades of Reef #D6ECAB

Tints of Reef #D6ECAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.54%

R = 34.46%
G = 38%
B = 27.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#D6ECAB (or 0xD6ECAB) is known color: Reef. HEX triplet: D6, EC and AB. RGB value is (214,236,171). Sum of RGB (Red+Green+Blue) = 214+236+171=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6ECAB is #291354. Grayscale: #DEDEDE. Windows color (decimal): -2691925 or 11267286. OLE color: 11267286.

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

Color convert

RGB 214 236 171 -
CMYK 0.09 0 0.28 0.07
HSL 80.31º 0.63% 0.8% -
HSV(B) 80.31º 0.28% 0.93% -
XYZ 65.08 77.23 50 -
YUV 222.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 214 236 171 0.09 0 0.28 0.07 80.31 0.63 0.8
Hex D6 EC AB 9 0 1C 7 50 3F 50
Octal 326 354 253 11 0 34 7 120 77 120
Binary 11010110 11101100 10101011 1001 0 11100 111 1010000 111111 1010000

Color Harmonies of #D6ECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECAB

Black with #D6ECAB

Text Example


Text Example

White with #D6ECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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