Html Css Color HEX #D6F3AB Reef

📋 copy color: '#D6F3AB'

red 214 ◦ green 243 ◦ blue 171

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

Shades of Reef #D6F3AB

Tints of Reef #D6F3AB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.69%

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

R = 34.08%
G = 38.69%
B = 27.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#D6F3AB (or 0xD6F3AB) is known color: Reef. HEX triplet: D6, F3 and AB. RGB value is (214,243,171). Sum of RGB (Red+Green+Blue) = 214+243+171=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F3AB is #290C54. Grayscale: #E2E2E2. Windows color (decimal): -2690133 or 11269078. OLE color: 11269078.

HSL color Cylindrical-coordinate representation of color #D6F3AB: hue angle of 84.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6F3AB is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 243 171 -
CMYK 0.12 0 0.30 0.05
HSL 84.17º 0.75% 0.81% -
HSV(B) 84.17º 0.3% 0.95% -
XYZ 67.13 81.34 50.69 -
YUV 226.12 96.89 119.35 -
System Red Green Blue C M Y K H S L
Decimal 214 243 171 0.12 0 0.30 0.05 84.17 0.75 0.81
Hex D6 F3 AB C 0 1E 5 54 4B 51
Octal 326 363 253 14 0 36 5 124 113 121
Binary 11010110 11110011 10101011 1100 0 11110 101 1010100 1001011 1010001

Color Harmonies of #D6F3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F3AB

Black with #D6F3AB

Text Example


Text Example

White with #D6F3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F3AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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