Html Css Color HEX #D6FDAC Reef

📋 copy color: '#D6FDAC'

red 214 ◦ green 253 ◦ blue 172

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

Shades of Reef #D6FDAC

Tints of Reef #D6FDAC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.59%

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

R = 33.49%
G = 39.59%
B = 26.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#D6FDAC (or 0xD6FDAC) is known color: Reef. HEX triplet: D6, FD and AC. RGB value is (214,253,172). Sum of RGB (Red+Green+Blue) = 214+253+172=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FDAC is #290253. Grayscale: #E8E8E8. Windows color (decimal): -2687572 or 11337174. OLE color: 11337174.

HSL color Cylindrical-coordinate representation of color #D6FDAC: hue angle of 88.89º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6FDAC is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 253 172 -
CMYK 0.15 0 0.32 0.01
HSL 88.89º 0.95% 0.83% -
HSV(B) 88.89º 0.32% 0.99% -
XYZ 70.3 87.53 52.22 -
YUV 232.11 94.08 115.09 -
System Red Green Blue C M Y K H S L
Decimal 214 253 172 0.15 0 0.32 0.01 88.89 0.95 0.83
Hex D6 FD AC F 0 20 1 59 5F 53
Octal 326 375 254 17 0 40 1 131 137 123
Binary 11010110 11111101 10101100 1111 0 100000 1 1011001 1011111 1010011

Color Harmonies of #D6FDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FDAC

Black with #D6FDAC

Text Example


Text Example

White with #D6FDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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