Html Css Color HEX #D6EDAC Reef

📋 copy color: '#D6EDAC'

red 214 ◦ green 237 ◦ blue 172

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

Shades of Reef #D6EDAC

Tints of Reef #D6EDAC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.04%

 BLUE value IS 172 (67.58% from 255) = 27.61%

R = 34.35%
G = 38.04%
B = 27.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#D6EDAC (or 0xD6EDAC) is known color: Reef. HEX triplet: D6, ED and AC. RGB value is (214,237,172). Sum of RGB (Red+Green+Blue) = 214+237+172=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EDAC is #291253. Grayscale: #DEDEDE. Windows color (decimal): -2691668 or 11333078. OLE color: 11333078.

HSL color Cylindrical-coordinate representation of color #D6EDAC: hue angle of 81.23º degrees, saturation: 0.64, 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 #D6EDAC is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 172 -
CMYK 0.10 0 0.27 0.07
HSL 81.23º 0.64% 0.8% -
HSV(B) 81.23º 0.27% 0.93% -
XYZ 65.46 77.84 50.6 -
YUV 222.71 99.38 121.79 -
System Red Green Blue C M Y K H S L
Decimal 214 237 172 0.10 0 0.27 0.07 81.23 0.64 0.8
Hex D6 ED AC A 0 1B 7 51 40 50
Octal 326 355 254 12 0 33 7 121 100 120
Binary 11010110 11101101 10101100 1010 0 11011 111 1010001 1000000 1010000

Color Harmonies of #D6EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDAC

Black with #D6EDAC

Text Example


Text Example

White with #D6EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDAC; }

 p { color: rgb(214,237,172); }

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

background-color css

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

 a { background-color: rgb(214,237,172); }

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

border-color css

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

 span { border-color: rgb(214,237,172); }

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